Skip to content

Commit 09e480b

Browse files
committed
fix: upgrade actions-gh-pages to v4
1 parent aea8a40 commit 09e480b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
path: ./dist
5050

5151
- name: Deploy to GitHub Pages
52-
uses: peaceiris/actions-gh-pages@v3
52+
uses: peaceiris/actions-gh-pages@v4
5353
with:
5454
github_token: ${{ secrets.CI_CD_TOKEN }}
5555
publish_dir: ./dist

0 commit comments

Comments
 (0)