mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-02-04 09:13:47 +00:00
docs: update for v3
This commit is contained in:
parent
428902c6cd
commit
5fe4aa3f24
12
README.md
12
README.md
@ -309,14 +309,12 @@ A commit is always created with the same user.
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v2
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
env:
|
|
||||||
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
|
||||||
PUBLISH_BRANCH: gh-pages
|
|
||||||
PUBLISH_DIR: ./public
|
|
||||||
with:
|
with:
|
||||||
username: "iris"
|
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
useremail: "iris@peaceiris.com"
|
publish_dir: ./public
|
||||||
|
user_name: iris
|
||||||
|
user_email: iris@peaceiris.com
|
||||||
```
|
```
|
||||||
|
|
||||||
### ⭐️ Set custom commit message
|
### ⭐️ Set custom commit message
|
||||||
|
Loading…
x
Reference in New Issue
Block a user