From 7a85bf80e1c2ed6c4e286cd6906142ee44b133e1 Mon Sep 17 00:00:00 2001 From: Koen Rouwhorst Date: Wed, 30 Jan 2019 21:43:20 +0100 Subject: [PATCH 1/4] Added DNS Control action to the list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b460276..a9eb6c3 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 your DNS configuration using DNS Control](https://github.com/koenrh/dnscontrol-action) ### Collection of actions From 0aa51d70e20a5102fd44856753263e7447ced0b4 Mon Sep 17 00:00:00 2001 From: Maximilian Held Date: Thu, 31 Jan 2019 08:35:49 +0100 Subject: [PATCH 2/4] 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 From c413fc50aa894eb37ee445e55fa94f81d38adf83 Mon Sep 17 00:00:00 2001 From: Max Held Date: Thu, 31 Jan 2019 14:25:05 +0100 Subject: [PATCH 3/4] use shorter, new name sorry for the spurious pr; needed to make the names more handable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b460276..fee78fb 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Lint a Dockerfile (using replicatedhq/dockerfilelint)](https://github.com/jwr0/dockerfile-linter-action) - [Android Build and Emulator Actions](https://github.com/vgaidarji/android-github-actions) - [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) +- [Deploy via rsync over ssh](https://github.com/maxheld83/rsync) - [Test your Actions Locally](https://github.com/tschoffelen/gha) From d6f19607e64852fb1bef279f06eb019edcebcbed Mon Sep 17 00:00:00 2001 From: Max Held Date: Thu, 31 Jan 2019 14:27:51 +0100 Subject: [PATCH 4/4] shorten action name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6755f48..e55b6dd 100644 --- a/README.md +++ b/README.md @@ -89,7 +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) +- [Deploy assets to GitHub pages](https://github.com/maxheld83/ghpages) (no building, just deploying) ### Collection of actions