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 35af13f commit 9331257Copy full SHA for 9331257
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
run: hugo
29
30
- name: Deploy to master
31
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
32
with:
33
github_token: ${{ secrets.GITHUB_TOKEN }}
34
publish_dir: ./public
0 commit comments