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 388e65e commit c25bac7Copy full SHA for c25bac7
1 file changed
.github/workflows/build_docs.yml
@@ -32,9 +32,10 @@ jobs:
32
run: |
33
cd quaddtype/
34
python -m pip install ."[docs]"
35
- make -C docs html
+ cd docs/
36
+ sphinx-build -b html . _build/html/quaddtype
37
- name: Upload artifact
- uses: actions/upload-pages-artifact@v3
38
+ uses: actions/upload-pages-artifact@v4
39
with:
40
path: './quaddtype/docs/_build/html'
41
- name: Deploy to GitHub Pages
0 commit comments