Skip to content

Commit 9137df0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: ./.github/actions/setup
1212
- run: pnpm build
1313
- name: Deploy to GitHub Pages
14-
uses: peaceiris/actions-gh-pages@v3
14+
uses: peaceiris/actions-gh-pages@v4
1515
with:
1616
github_token: ${{ secrets.GITHUB_TOKEN }}
1717
publish_dir: build

0 commit comments

Comments
 (0)