refactor: update workflow
This commit is contained in:
parent
a03ec8af16
commit
5ac7c46840
4
.github/workflows/deploy-pages.yml
vendored
4
.github/workflows/deploy-pages.yml
vendored
@ -49,9 +49,9 @@ jobs:
|
||||
run: pnpm run build
|
||||
|
||||
- name: Deploy to gh-pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
with:
|
||||
deploy_key: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./dist
|
||||
|
||||
- name: Sync to Gitee
|
||||
|
||||
Loading…
Reference in New Issue
Block a user