We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104d216 commit a343c46Copy full SHA for a343c46
.github/workflows/deploy-hugo.yml
@@ -27,7 +27,7 @@ jobs:
27
run: hugo
28
29
- name: Deploy
30
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
31
with:
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
publish_dir: ./public
0 commit comments