Quick README change

This commit is contained in:
James Ives 2019-03-04 08:07:21 -05:00 committed by GitHub
parent a8a088b2b1
commit 7e7e6c8e3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ action "master branch only" {
} }
action "Deploy to gh-pages" { action "Deploy to gh-pages" {
uses = "JamesIves/github-pages-deploy-action@access" uses = "JamesIves/github-pages-deploy-action@master"
env = { env = {
BRANCH = "gh-pages" BRANCH = "gh-pages"
BUILD_SCRIPT = "npm install && npm run-script build" BUILD_SCRIPT = "npm install && npm run-script build"