Skip to content

Commit

Permalink
docs: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Sep 24, 2019
1 parent 649380e commit 51a5b04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ By default, a commit will always be generated and pushed to the `PUBLISH_BRANCH`
For example:

```yaml
- name: deploy
- name: Deploy
uses: peaceiris/actions-gh-pages@v2.3.2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
Expand All @@ -207,7 +207,7 @@ By default, existing files in the publish branch are removed before adding the o
For example:

```yaml
- name: deploy
- name: Deploy
uses: peaceiris/actions-gh-pages@v2.3.2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
Expand All @@ -218,6 +218,7 @@ For example:
```



## Tips and FAQ

### How to add `CNAME`
Expand Down

0 comments on commit 51a5b04

Please sign in to comment.