Update README.md

This commit is contained in:
James Ives 2020-09-08 09:41:08 -04:00 committed by GitHub
parent d3720687c1
commit 7f15c23a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
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.