Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 322 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 322 Bytes

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.