diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 363212f..09e7b84 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: restore-keys: | ${{ runner.os }}-hugomod- - run: hugo --minify - - uses: peaceiris/actions-gh-pages@v3 + - uses: peaceiris/actions-gh-pages@v4 if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }}