Skip to content

Commit 4a67a15

Browse files
committed
chore: fix deploy docs action
1 parent fcb6ad5 commit 4a67a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: sphinx-build docs _site -b dirhtml
4141

4242
- name: Upload artifact
43-
uses: actions/upload-pages-artifact@v4
43+
uses: actions/upload-pages-artifact@v3
4444

4545
deploy:
4646
environment:

0 commit comments

Comments
 (0)