mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2025-05-05 06:45:28 +08:00
docs: use peaceiris/actions-gh-pages@v3
This commit is contained in:
parent
0dd325e0bc
commit
38f8dc8ba8
@ -94,11 +94,10 @@ jobs:
|
||||
run: hugo --minify
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v2
|
||||
env:
|
||||
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||
PUBLISH_BRANCH: gh-pages
|
||||
PUBLISH_DIR: ./public
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||
publish_dir: ./public
|
||||
```
|
||||
|
||||
<div align="right">
|
||||
|
Loading…
Reference in New Issue
Block a user