We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd5ded commit 9ad85e1Copy full SHA for 9ad85e1
.github/workflows/build-and-publish-docs.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: pip install -r pdoc/requirements.txt
17
- run: pdoc riid -o docs/ --html --template-dir pdoc
18
- run: echo '<meta http-equiv="refresh" content="0; url=./riid/index.html" />' > docs/index.html
19
- - uses: actions/upload-pages-artifact@v4
+ - uses: actions/upload-pages-artifact@v3
20
with:
21
path: docs/
22
deploy:
0 commit comments