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
c8d7bbad32
commit
f38ecac12e
@ -14,7 +14,7 @@ Once setup you can then include the script in your workflow to trigger on any bu
|
||||
|
||||
```
|
||||
action "Deploy to gh-pages" {
|
||||
uses = "./action"
|
||||
uses = "JamesIves/github-pages-deploy-action@master"
|
||||
env = {
|
||||
BUILD_SCRIPT = "npm install && npm run-script build"
|
||||
BRANCH = "gh-pages"
|
||||
|
Loading…
Reference in New Issue
Block a user