diff --git a/.github/workflows/github-pages.yaml b/.github/workflows/github-pages.yaml index d48d61a..ad21889 100644 --- a/.github/workflows/github-pages.yaml +++ b/.github/workflows/github-pages.yaml @@ -33,7 +33,7 @@ jobs: name: dist - name: Publish to Github Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} force_orphan: true