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