diff --git a/.github/workflows/site-deploy.yml b/.github/workflows/site-deploy.yml index cfa50f5064..fb5e36af9a 100644 --- a/.github/workflows/site-deploy.yml +++ b/.github/workflows/site-deploy.yml @@ -61,7 +61,7 @@ jobs: run: npm run predeploy - name: deploy - uses: peaceiris/actions-gh-pages@v2 + uses: peaceiris/actions-gh-pages@v3 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} PUBLISH_BRANCH: gh-pages