Skip to content

Commit e68a14f

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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a93f4b6 commit e68a14f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
touch _build/html/.nojekyll
4646
- name: Deploy to gh-pages
4747
if: github.repository == 'project-chip/connectedhomeip' && github.event_name == 'push' && github.ref_name == 'master'
48-
uses: peaceiris/actions-gh-pages@v3
48+
uses: peaceiris/actions-gh-pages@v4
4949
with:
5050
deploy_key: ${{ secrets.DOXYGEN_DEPLOY_KEY }}
5151
external_repository: project-chip/connectedhomeip-doc

.github/workflows/doxygen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
id: extract_branch
9999
- name: Deploy if master
100100
if: steps.extract_branch.outputs.branch == 'master' && github.repository == 'project-chip/connectedhomeip'
101-
uses: peaceiris/actions-gh-pages@v3
101+
uses: peaceiris/actions-gh-pages@v4
102102
with:
103103
deploy_key: ${{ secrets.DOXYGEN_DEPLOY_KEY }}
104104
external_repository: project-chip/connectedhomeip-doc

0 commit comments

Comments
 (0)