diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index af5d798..e0bb33a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -59,7 +59,7 @@ jobs: path: ./build - name: Deploy to gh-pages - uses: peaceiris/actions-gh-pages@v3.1.12 + uses: peaceiris/actions-gh-pages@v3.9.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build