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.
This commit is contained in:
Bryan Schuetz 2018-12-05 15:57:32 -05:00 committed by GitHub
parent 10d31d1ed2
commit ca0708d8f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) - [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 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) - [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 ### Tutorials