mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 06:33:17 +08:00
docs: fix
This commit is contained in:
parent
649380ea44
commit
51a5b047a7
@ -190,7 +190,7 @@ By default, a commit will always be generated and pushed to the `PUBLISH_BRANCH`
|
|||||||
For example:
|
For example:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v2.3.2
|
uses: peaceiris/actions-gh-pages@v2.3.2
|
||||||
env:
|
env:
|
||||||
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
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
|
|||||||
For example:
|
For example:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v2.3.2
|
uses: peaceiris/actions-gh-pages@v2.3.2
|
||||||
env:
|
env:
|
||||||
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
@ -218,6 +218,7 @@ For example:
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Tips and FAQ
|
## Tips and FAQ
|
||||||
|
|
||||||
### How to add `CNAME`
|
### How to add `CNAME`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user