We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed2f48 commit 81fe56dCopy full SHA for 81fe56d
.github/workflows/publish-docs.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Build jupyter book
31
run: jb build docs --warningiserror --keep-going # set doc to fail on any sphinx warning
32
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
33
if: always()
34
with:
35
name: docs-build
0 commit comments