Skip to content

Commit c53114e

Browse files
ci(deps): bump peaceiris/actions-gh-pages from 2 to 4
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 2 to 4. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@v2...v4) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b93e9b4 commit c53114e

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
env:
3636
PERSONAL_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
3737
PUBLISH_BRANCH: gh-pages

0 commit comments

Comments
 (0)