Skip to content

Commit 65db0b5

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.7.4 (#802)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f40023 commit 65db0b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
run: uv run make -C docs html
161161

162162
- name: deploy documentation
163-
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
163+
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
164164
with:
165165
folder: docs/_build/html
166166
target-folder: dev

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: uv run make -C docs html
8888

8989
- name: deploy documentation
90-
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
90+
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
9191
with:
9292
folder: docs/_build/html
9393
target-folder: ${{ steps.get-version.outputs.VERSION }}
@@ -110,7 +110,7 @@ jobs:
110110
</html>" > tmpindex/index.html
111111
112112
- name: deploy updated index
113-
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
113+
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
114114
with:
115115
folder: tmpindex
116116
target-folder: stable

0 commit comments

Comments
 (0)