Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 57e8e68

Browse files
authoredApr 9, 2024
ci(deps): bump peaceiris/actions-gh-pages from 2 to 4 (#1057)
1 parent b93e9b4 commit 57e8e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/docspublish.yml

Lines changed: 1 addition & 1 deletion
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
env:
3636
PERSONAL_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
3737
PUBLISH_BRANCH: gh-pages

0 commit comments

Comments
 (0)
Please sign in to comment.