Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 4899239

Browse files
dependabot[bot]Nicolas-Boltz
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eaa794a commit 4899239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/updatesite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: mvn clean verify
3232
- name: Publish Nightly Update Site
3333
if: github.event_name != 'release' && github.ref == 'refs/heads/main' && github.repository_owner == 'DataFlowAnalysis'
34-
uses: peaceiris/actions-gh-pages@v3
34+
uses: peaceiris/actions-gh-pages@v4
3535
with:
3636
deploy_key: ${{ secrets.UPDATE_SITE_DEPLOY_KEY }}
3737
external_repository: DataFlowAnalysis/updatesite
@@ -40,7 +40,7 @@ jobs:
4040
publish_branch: main
4141
- name: Publish Release Update Site
4242
if: github.event_name == 'release' && github.repository_owner == 'DataFlowAnalysis'
43-
uses: peaceiris/actions-gh-pages@v3
43+
uses: peaceiris/actions-gh-pages@v4
4444
with:
4545
deploy_key: ${{ secrets.UPDATE_SITE_DEPLOY_KEY }}
4646
external_repository: DataFlowAnalysis/updatesite

0 commit comments

Comments
 (0)