diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e8b901f..9db0d6b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: pnpm site:build - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: personal_token: ${{ secrets.MY_TOKEN }} publish_dir: sites/site/dist \ No newline at end of file