Skip to content

Commit cf058f9

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v4 (#132)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d0d0092 commit cf058f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
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 }}
3333
publish_dir: ./example/dist

0 commit comments

Comments
 (0)