Skip to content

Commit 03a139c

Browse files
fixed old dependency yml docs
1 parent 760ac72 commit 03a139c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
sphinx-build -b html -a -E -W -T . _build/html
3838
3939
- name: Upload pages artifact
40-
uses: actions/upload-pages-artifact@v1
40+
uses: actions/upload-pages-artifact@v4
4141
with:
42+
4243
path: docs/_build/html
4344

4445
deploy-pages:

0 commit comments

Comments
 (0)