diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index cbf837e..fd2b71c 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -24,7 +24,7 @@ jobs: - name: Build 🏗️ run: hugo --minify - 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 }}