Skip to content

Commit 36a93a5

Browse files
authored
Update peaceiris/actions-gh-pages
1 parent 9414741 commit 36a93a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
CURRENT_VERSION: ${{ env.CURRENT_VERSION }}
2828
working-directory: example/
2929
- name: Deploy
30-
uses: peaceiris/actions-gh-pages@v3
30+
uses: peaceiris/actions-gh-pages@v4
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
33-
publish_dir: ./example/dist
33+
publish_dir: ./example/dist

0 commit comments

Comments
 (0)