Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit 2f9496c

Browse files
Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.8.0
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.3 to 4.8.0. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.4.3...v4.8.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1883658 commit 2f9496c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
mkdocs build
2626
2727
- name: Publish docs
28-
uses: JamesIves/github-pages-deploy-action@v4.4.3
28+
uses: JamesIves/github-pages-deploy-action@v4.8.0
2929
with:
3030
branch: docs
3131
folder: site

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
mkdocs build
6767
6868
- name: Publish docs
69-
uses: JamesIves/github-pages-deploy-action@v4.4.3
69+
uses: JamesIves/github-pages-deploy-action@v4.8.0
7070
with:
7171
branch: docs
7272
folder: site

0 commit comments

Comments
 (0)