We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d749f7 commit 75c224dCopy full SHA for 75c224d
1 file changed
.github/workflows/build_docs.yml
@@ -43,7 +43,7 @@ jobs:
43
run: python3 -m jupyter book build .
44
45
- name: Upload artifact
46
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v2
47
with:
48
name: documentation
49
path: ${{ env.PUBLISH_DIR }}
0 commit comments