Skip to content

Commit f33be99

Browse files
chore(deps): bump JamesIves/github-pages-deploy-action (#200)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.8.0 to 4.9.0. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.8.0...v4.9.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d38a3c6 commit f33be99

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ runs:
262262
263263
- name: Deploy FORD documentation
264264
if: ${{ inputs.generate-doc-ford == 'true' }}
265-
uses: JamesIves/github-pages-deploy-action@v4.8.0
265+
uses: JamesIves/github-pages-deploy-action@v4.9.0
266266
with:
267267
branch: ${{ inputs.ford-branch }}
268268
folder: ${{ inputs.ford-output-directory }}
@@ -289,7 +289,7 @@ runs:
289289
290290
- name: Deploy Doxygen documentation
291291
if: ${{ inputs.generate-doc-doxygen == 'true' }}
292-
uses: JamesIves/github-pages-deploy-action@v4.8.0
292+
uses: JamesIves/github-pages-deploy-action@v4.9.0
293293
with:
294294
branch: ${{ inputs.doxygen-branch }}
295295
folder: ${{ inputs.doxygen-output-directory }}
@@ -311,7 +311,7 @@ runs:
311311
312312
- name: Deploy STATUS.md (test_fpm)
313313
if: ${{ inputs.generate-status-fpm == 'true' }}
314-
uses: JamesIves/github-pages-deploy-action@v4.8.0
314+
uses: JamesIves/github-pages-deploy-action@v4.9.0
315315
with:
316316
branch: status-fpm
317317
folder: status-fpm
@@ -332,7 +332,7 @@ runs:
332332
333333
- name: Deploy STATUS.md (test_cmake)
334334
if: ${{ inputs.generate-status-cmake == 'true' }}
335-
uses: JamesIves/github-pages-deploy-action@v4.8.0
335+
uses: JamesIves/github-pages-deploy-action@v4.9.0
336336
with:
337337
branch: status-cmake
338338
folder: status-cmake
@@ -353,7 +353,7 @@ runs:
353353
354354
- name: Deploy STATUS.md (test_meson)
355355
if: ${{ inputs.generate-status-meson == 'true' }}
356-
uses: JamesIves/github-pages-deploy-action@v4.8.0
356+
uses: JamesIves/github-pages-deploy-action@v4.9.0
357357
with:
358358
branch: status-meson
359359
folder: status-meson

0 commit comments

Comments
 (0)