From ca0708d8f501bd46d782a6f0e586bec018212416 Mon Sep 17 00:00:00 2001 From: Bryan Schuetz Date: Wed, 5 Dec 2018 15:57:32 -0500 Subject: [PATCH] Adding another action to Community Resources This is an action that will build a Jekyll site (without any restrictions to custom plugins) and deploy the site files back to the gh-pages branch of the repo. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8c77fb..f3b2dc1 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Node.js Actions Toolkit](https://github.com/JasonEtco/actions-toolkit) - [Deploy a Node.js function to AWS Lambda and invoke it using the Serverless framework](https://github.com/swinton/serverless) - [Deploy VS Code extensions with vsce](https://github.com/lannonbr/vsce-action) +- [Build a Jekyll site—with Custom Jekyll Plugins & Build Scripts—and deploy it back to the Gh-Pages Branch](https://github.com/BryanSchuetz/jekyll-deploy-gh-pages) ### Tutorials