Update README.md

This commit is contained in:
James Ives 2019-03-03 09:40:29 -05:00 committed by GitHub
parent efd5f3337c
commit 2ba1064c4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ git push origin
Once setup you can then include the script in your workflow to trigger on any built in event that Github supports.
```
action "Deploy to gh-pages" {
action "Deploy to Github Pages" {
uses = "JamesIves/github-pages-deploy-action@master"
env = {
BUILD_SCRIPT = "npm install && npm run-script build"