diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index e0f7fd2..5950d88 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -26,7 +26,7 @@ jobs: run: cd exampleSite && hugo --minify --gc - name: Deploy 🚀 - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./exampleSite/public