From 5ac7c46840635391476641b294d335428939e359 Mon Sep 17 00:00:00 2001 From: zyronon Date: Sat, 20 Apr 2024 15:30:09 +0800 Subject: [PATCH] refactor: update workflow --- .github/workflows/deploy-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 34ee021..9903157 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -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