Skip to content

Commit 1da4aeb

Browse files
committed
fix: sytntax
1 parent 3447fe5 commit 1da4aeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_cd.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ jobs:
5555
python -m pip install -r requirements/requirements_doc.txt
5656
5757
- name: "Build HTML documentation"
58+
working-directory: doc
5859
run: |
59-
cd doc && make.bat html
60+
.\make.bat html
6061
6162
doc-deploy-dev:
6263
name: "Deploy development documentation"

0 commit comments

Comments
 (0)