Skip to content

Commit c25bac7

Browse files
committed
Trying out the redirect
1 parent 388e65e commit c25bac7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build_docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ jobs:
3232
run: |
3333
cd quaddtype/
3434
python -m pip install ."[docs]"
35-
make -C docs html
35+
cd docs/
36+
sphinx-build -b html . _build/html/quaddtype
3637
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v3
38+
uses: actions/upload-pages-artifact@v4
3839
with:
3940
path: './quaddtype/docs/_build/html'
4041
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)