Skip to content

Commit 3447fe5

Browse files
committed
ci: add missing deps
1 parent 9cb1374 commit 3447fe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151

5252
- name: "Install system and Python requirements"
5353
run: |
54-
sudo apt install -y pandoc make
54+
winget install -e --id JohnMacFarlane.Pandoc
5555
python -m pip install -r requirements/requirements_doc.txt
5656
5757
- name: "Build HTML documentation"
5858
run: |
59-
make -C doc html
59+
cd doc && make.bat html
6060
6161
doc-deploy-dev:
6262
name: "Deploy development documentation"

0 commit comments

Comments
 (0)