mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update README.md
This commit is contained in:
parent
c96137dae9
commit
c8d7bbad32
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user