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

This commit is contained in:
Michaël Ricart 2025-02-14 21:18:42 +01:00
parent 5a586f9f80
commit 91a9359d3e

View file

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