refactor: update workflow

This commit is contained in:
zyronon 2024-04-20 15:30:09 +08:00
parent a03ec8af16
commit 5ac7c46840

View File

@ -49,9 +49,9 @@ jobs:
run: pnpm run build run: pnpm run build
- name: Deploy to gh-pages - name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v4
with: with:
deploy_key: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist publish_dir: ./dist
- name: Sync to Gitee - name: Sync to Gitee