diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3bdea284..08459493 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: run: pnpm deploy:gh-pages - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.ACCESS_TOKEN }} publish_dir: ./dist