diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bf0958d21c..886b2d3ab9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: run: npm run release - name: Deploy docs - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: allow_empty_commit: false personal_token: ${{ secrets.PERSONAL_TOKEN }}