Skip to content

Commit 1dd3f04

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v4
1 parent e29d88e commit 1dd3f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: ./scripts/test.sh 2500 && cd exampleSite && npm i && hugo --minify --gc
3333

3434
- name: Deploy 🚀
35-
uses: peaceiris/actions-gh-pages@v3
35+
uses: peaceiris/actions-gh-pages@v4
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
publish_dir: ./exampleSite/public

0 commit comments

Comments
 (0)