refactor: update workflow

This commit is contained in:
zyronon 2024-04-20 16:22:59 +08:00
parent c4313f4b20
commit 2906e7e925
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
- name: Build
run: pnpm run build-gitee-pages
- name: Deploy to gh-pages
- name: Deploy to Gitee Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -41,7 +41,7 @@ jobs:
run: pnpm install
- name: Build
run: pnpm run build
run: pnpm run build-gp-pages
- name: Setup Pages
uses: actions/configure-pages@v3