fixing testing_doc.yml (#370)

This commit is contained in:
Dario Coscia
2024-10-22 17:59:21 +02:00
committed by GitHub
parent 78ed2a67a2
commit 6ba98885e3

View File

@@ -22,6 +22,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: ammaraskar/sphinx-action@7.4.7 uses: ammaraskar/sphinx-action@7.4.7
with:
pre-build-command: "python3 -m pip install .[docs]" pre-build-command: "python3 -m pip install .[docs]"
docs-folder: "docs/" docs-folder: "docs/"
@@ -29,3 +30,4 @@ jobs:
run: | run: |
cd docs cd docs
make html make html