From 0aa51d70e20a5102fd44856753263e7447ced0b4 Mon Sep 17 00:00:00 2001 From: Maximilian Held Date: Thu, 31 Jan 2019 08:35:49 +0100 Subject: [PATCH] add new deploy to gh pages action there are already several actions that use some static generator *and* deploy; this action *only* deploys. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b460276..6755f48 100644 --- a/README.md +++ b/README.md @@ -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