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

Commit 449aa82

Browse files
Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.4.2...v4.4.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1bd1b33 commit 449aa82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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/[email protected].2
28+
uses: JamesIves/[email protected].3
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
@@ -65,7 +65,7 @@ jobs:
6565
python -m pip install --upgrade --upgrade-strategy eager -e .[dev]
6666
mkdocs build
6767
- name: Publish docs
68-
uses: JamesIves/[email protected].2
68+
uses: JamesIves/[email protected].3
6969
with:
7070
branch: docs
7171
folder: site

0 commit comments

Comments
 (0)