diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 96c2be4..f79d7da 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -25,7 +25,7 @@ jobs: cd app hugo --minify --baseURL "https://mathieu-benoit.github.io" - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }}