diff --git a/.github/workflows/merge-to-main.yml b/.github/workflows/merge-to-main.yml index c939edf..1de7e69 100644 --- a/.github/workflows/merge-to-main.yml +++ b/.github/workflows/merge-to-main.yml @@ -37,7 +37,7 @@ jobs: # push the generated content into the `gh-pages` branch. - name: Deploy - uses: peaceiris/actions-gh-pages@v4.0.0 + uses: peaceiris/actions-gh-pages@v4.1.0 with: github_token: ${{ secrets.PUSH_ACTION }} publish_branch: gh-pages