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

Commit 9079bbe

Browse files
authored
Merge pull request #58 from PrefectHQ/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.4.3
Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3
2 parents 1bd1b33 + 449aa82 commit 9079bbe

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)