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 ee0680b commit 750fb05Copy full SHA for 750fb05
.github/workflows/release.yaml
@@ -38,7 +38,7 @@ jobs:
38
pip3 install dist/*.tar.gz
39
sphinx-build docs/source /tmp/build
40
41
- - uses: actions/upload-pages-artifact@v3
+ - uses: actions/upload-pages-artifact@v1
42
with:
43
path: /tmp/build
44
0 commit comments