An open API service indexing awesome lists of open source software.

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.

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.