Update README.md

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

View File

@ -19,7 +19,7 @@ action "Deploy to gh-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 = "iam@jamesiv.es" COMMIT_EMAIL = "example@jives.dev"
COMMIT_NAME = "James Ives" COMMIT_NAME = "James Ives"
} }
secrets = ["GITHUB_TOKEN"] secrets = ["GITHUB_TOKEN"]