Skip to content

Commit 6ba9888

Browse files
authored
fixing testing_doc.yml (#370)
1 parent 78ed2a6 commit 6ba9888

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testing_doc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ jobs:
2222

2323
- name: Set up Python
2424
uses: ammaraskar/[email protected]
25+
with:
2526
pre-build-command: "python3 -m pip install .[docs]"
2627
docs-folder: "docs/"
2728

2829
- name: Build Sphinx documentation
2930
run: |
3031
cd docs
3132
make html
33+

0 commit comments

Comments
 (0)