Update README.md

This commit is contained in:
James Ives 2019-03-03 10:18:50 -05:00 committed by GitHub
parent 92d38b983a
commit b887f09414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ action "Deploy to Github Pages" {
BUILD_SCRIPT = "npm install && npm run-script build" BUILD_SCRIPT = "npm install && npm run-script build"
BRANCH = "gh-pages" BRANCH = "gh-pages"
FOLDER = "build" FOLDER = "build"
COMMIT_EMAIL = "example@jives.dev" COMMIT_EMAIL = "github-pages-deployer@jamesives.dev"
COMMIT_NAME = "James Ives" COMMIT_NAME = "James Ives"
} }
secrets = ["GITHUB_TOKEN"] secrets = ["GITHUB_TOKEN"]