Update README.md

This commit is contained in:
James Ives 2020-01-21 10:37:37 -05:00 committed by GitHub
parent 9ae3cdccaf
commit c3a28fa50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ With this configured you must add the `ssh-agent` step to your workflow and set
with: with:
SSH: true SSH: true
BRANCH: gh-pages BRANCH: gh-pages
FOLDER: 'site' FOLDER: site
``` ```
<details><summary>You can view a full example of this here.</summary> <details><summary>You can view a full example of this here.</summary>
@ -135,7 +135,7 @@ jobs:
with: with:
BASE_BRANCH: master BASE_BRANCH: master
BRANCH: gh-pages BRANCH: gh-pages
FOLDER: 'build' FOLDER: build
CLEAN: true CLEAN: true
SSH: true # SSH must be set to true so the deploy action knows which protocol to deploy with. SSH: true # SSH must be set to true so the deploy action knows which protocol to deploy with.
``` ```