Skip to content

Deploy Saber Website to GitHub Pages

Actions
This action will handle the building and deploying process of your project to GitHub Pages
v0.1.1
Latest
Star (6)

Tags

 (1)

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.

Deploy Saber Website to GitHub Pages is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

This action will handle the building and deploying process of your project to GitHub Pages
v0.1.1
Latest

Tags

 (1)

Deploy Saber Website to GitHub Pages is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.