Add a sample action for surge.sh

Hi, 
I have made a very basic sample Github action that can deploy any static website to surge.sh. I was looking for something very basic that would help me understand how Github Actions work but there were no resources online. I think this repo can be of great help for someone who is looking for a very simple starter action template for Surge.sh
This commit is contained in:
Yavisht Katgara 2019-10-05 01:40:48 +10:00 committed by GitHub
parent bdeb401afa
commit b18bfa1a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,6 +226,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2
- [Deploy a Cloudflare worker](https://github.com/cpilsworth/cloudflare-worker-action)
- [Deploy your DNS configuration using DNS Control](https://github.com/koenrh/dnscontrol-action)
- [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action)
- [Deploy a static site to Surge.sh](https://github.com/yavisht/deploy-via-surge.sh-github-action-template)
- [Create Release Archive](https://github.com/lubusIN/actions/tree/master/archive)
- [Publish WordPress Plugin](https://github.com/lubusIN/actions/tree/master/wordpress)
- [Deploy a Theme to Shopify](https://github.com/pgrimaud/action-shopify)