Skip to content

Commit 25fbc2d

Browse files
Bump peaceiris/actions-gh-pages from 3 to 4
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 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@v3...v4) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 93cc3e1 commit 25fbc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ jobs:
611611
ls -lR userguide/
612612
613613
- name: Deploy Docs
614-
uses: peaceiris/actions-gh-pages@v3
614+
uses: peaceiris/actions-gh-pages@v4
615615
if: ${{ contains(github.ref, 'refs/heads/main') }}
616616
with:
617617
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)