https://github.com/saberland/deploy-gh-pages
GitHub action for building a Saber website and deploying it to GitHub pages.
https://github.com/saberland/deploy-gh-pages
actions
Last synced: over 1 year ago
JSON representation
GitHub action for building a Saber website and deploying it to GitHub pages.
- Host: GitHub
- URL: https://github.com/saberland/deploy-gh-pages
- Owner: saberland
- License: mit
- Created: 2019-04-04T10:15:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T11:34:41.000Z (almost 7 years ago)
- Last Synced: 2024-05-02T01:16:46.068Z (about 2 years ago)
- Topics: actions
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deploy-gh-pages
GitHub action for building a Saber website and deploying it to GitHub pages.
```workflow
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.