Skip to content

Commit 455e16f

Browse files
dependabot[bot]tclose
authored andcommitted
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 bef21c5 commit 455e16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ jobs:
378378
run: if [ -n "$GHPAGES_DEPLOY_KEY" ]; then echo "DEPLOY=true" >> $GITHUB_OUTPUT; fi
379379
- name: Deploy Docs to GitHub Pages
380380
if: steps.deployable.outputs.DEPLOY
381-
uses: peaceiris/actions-gh-pages@v3
381+
uses: peaceiris/actions-gh-pages@v4
382382
with:
383383
github_token: ${{ secrets.GHPAGES_DEPLOY_KEY }}
384384
publish_dir: docs-build

0 commit comments

Comments
 (0)