diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a011d5b..e4b49dd 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -39,7 +39,7 @@ jobs: - name: deploy if: ${{ github.event_name == 'push' }} - uses: peaceiris/actions-gh-pages@v3.8.0 + uses: peaceiris/actions-gh-pages@v3.9.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages