Skip to content

Commit 51a5b04

Browse files
committed
docs: fix
1 parent 649380e commit 51a5b04

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ By default, a commit will always be generated and pushed to the `PUBLISH_BRANCH`
190190
For example:
191191

192192
```yaml
193-
- name: deploy
193+
- name: Deploy
194194
uses: peaceiris/[email protected]
195195
env:
196196
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
@@ -207,7 +207,7 @@ By default, existing files in the publish branch are removed before adding the o
207207
For example:
208208

209209
```yaml
210-
- name: deploy
210+
- name: Deploy
211211
uses: peaceiris/[email protected]
212212
env:
213213
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
@@ -218,6 +218,7 @@ For example:
218218
```
219219

220220

221+
221222
## Tips and FAQ
222223

223224
### How to add `CNAME`

0 commit comments

Comments
 (0)