We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb1374 commit 3447fe5Copy full SHA for 3447fe5
.github/workflows/ci_cd.yml
@@ -51,12 +51,12 @@ jobs:
51
52
- name: "Install system and Python requirements"
53
run: |
54
- sudo apt install -y pandoc make
+ winget install -e --id JohnMacFarlane.Pandoc
55
python -m pip install -r requirements/requirements_doc.txt
56
57
- name: "Build HTML documentation"
58
59
- make -C doc html
+ cd doc && make.bat html
60
61
doc-deploy-dev:
62
name: "Deploy development documentation"
0 commit comments