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
d3720687c1
commit
7f15c23a1a
@ -67,6 +67,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
BRANCH: gh-pages # The branch the action should deploy to.
|
BRANCH: gh-pages # The branch the action should deploy to.
|
||||||
FOLDER: build # The folder the action should deploy.
|
FOLDER: build # The folder the action should deploy.
|
||||||
|
CLEAN: true # Automatically remove deleted files from the deploy branch
|
||||||
```
|
```
|
||||||
|
|
||||||
If you'd like to make it so the workflow only triggers on push events to specific branches then you can modify the `on` section.
|
If you'd like to make it so the workflow only triggers on push events to specific branches then you can modify the `on` section.
|
||||||
|
Loading…
Reference in New Issue
Block a user