Skip to content

Commit de95ac0

Browse files
committed
ci(github-actions): update peaceiris/actions-gh-pages to v4
1 parent bf98a9b commit de95ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docspublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
token: ${{ secrets.PERSONAL_ACCESS_TOKEN_FOR_ORG }}
3232
file: "docs/README.md"
3333
- name: Push doc to Github Page
34-
uses: peaceiris/actions-gh-pages@v2
34+
uses: peaceiris/actions-gh-pages@v4
3535
with:
3636
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
3737
publish_branch: gh-pages

0 commit comments

Comments
 (0)