diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 21ac43d1d6..6e1335881b 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -34,7 +34,7 @@ jobs: VERSION: ${{ github.event.inputs.version }} - name: Deploy Site - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./target/staging \ No newline at end of file