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

Commit a3e4819

Browse files
authored
Merge pull request #33 from PrefectHQ/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.4.3
Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.3
2 parents 7569153 + f1e503e commit a3e4819

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/github-pages-deploy-action@v4.4.1
28+
uses: JamesIves/github-pages-deploy-action@v4.4.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
@@ -73,7 +73,7 @@ jobs:
7373
mkdocs build
7474
7575
- name: Publish docs
76-
uses: JamesIves/github-pages-deploy-action@v4.4.1
76+
uses: JamesIves/github-pages-deploy-action@v4.4.3
7777
with:
7878
branch: docs
7979
folder: site

0 commit comments

Comments
 (0)