We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774e343 commit 0be2072Copy full SHA for 0be2072
.github/workflows/hugo.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build 🏗️
25
run: hugo --minify
26
- name: Deploy ⤴️
27
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
28
if: github.ref == 'refs/heads/main'
29
with:
30
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments