Update README.md

This commit is contained in:
James Ives 2019-12-21 16:59:40 -05:00 committed by GitHub
parent ae5d58fae3
commit 88ffcdb57b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,12 +23,11 @@ jobs:
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BASE_BRANCH: master # The branch the action should deploy from.
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: build # The folder the action should deploy.
```
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. You'll still need to specify a `BASE_BRANCH` if you're deploying from a branch other than `master`.
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.
```yml
on: