File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments