Skip to content

GitHub action for building a Saber website and deploying it to GitHub pages.

License

Notifications You must be signed in to change notification settings

saberland/deploy-gh-pages

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deploy-gh-pages

GitHub action for building a Saber website and deploying it to GitHub pages.

workflow "Deploy Site" {
  on = "push"
  resolves = ["Build and Deploy Saber"]
}

action "Build and Deploy Saber" {
  uses = "saberland/deploy-gh-pages@master"
  secrets = ["GITHUB_TOKEN"]
}

License

MIT.

About

GitHub action for building a Saber website and deploying it to GitHub pages.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published