Update README.md

This commit is contained in:
James Ives 2019-03-03 09:37:17 -05:00 committed by GitHub
parent c8d7bbad32
commit f38ecac12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ Once setup you can then include the script in your workflow to trigger on any bu
```
action "Deploy to gh-pages" {
uses = "./action"
uses = "JamesIves/github-pages-deploy-action@master"
env = {
BUILD_SCRIPT = "npm install && npm run-script build"
BRANCH = "gh-pages"