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
efd5f3337c
commit
2ba1064c4c
@ -13,7 +13,7 @@ git push origin
|
|||||||
Once setup you can then include the script in your workflow to trigger on any built in event that Github supports.
|
Once setup you can then include the script in your workflow to trigger on any built in event that Github supports.
|
||||||
|
|
||||||
```
|
```
|
||||||
action "Deploy to gh-pages" {
|
action "Deploy to Github Pages" {
|
||||||
uses = "JamesIves/github-pages-deploy-action@master"
|
uses = "JamesIves/github-pages-deploy-action@master"
|
||||||
env = {
|
env = {
|
||||||
BUILD_SCRIPT = "npm install && npm run-script build"
|
BUILD_SCRIPT = "npm install && npm run-script build"
|
||||||
|
Loading…
Reference in New Issue
Block a user