add new deploy to gh pages action

there are already several actions that use some static generator *and* deploy; this action *only* deploys.
This commit is contained in:
Maximilian Held 2019-01-31 08:35:49 +01:00 committed by GitHub
parent 9c4d8b39c9
commit 0aa51d70e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Build Hugo static content site and publish it to gh-pages branch](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages)
- [Deploy via rsync over ssh](https://github.com/maxheld83/ghaction-rsync)
- [Test your Actions Locally](https://github.com/tschoffelen/gha)
- [Deploy assets to GitHub pages](https://github.com/maxheld83/ghaction-ghpages) (no building, just deploying)
### Collection of actions