fix path for cicd
Some checks failed
/ test (push) Failing after 24s

This commit is contained in:
Michaël Ricart 2025-02-14 21:16:57 +01:00
parent 713ba98057
commit 5a586f9f80

View file

@ -26,7 +26,7 @@ jobs:
ref: main ref: main
- name: Parsing conf - name: Parsing conf
run: "cd parser && python3 base.py" run: "cd doc_infra/parser && python3 base.py"
- name: Builing documentation - name: Builing documentation
run: 'make html' run: 'cd doc_infra && make html'