first cicd
Some checks failed
/ test (push) Failing after 32s

This commit is contained in:
Michaël Ricart 2025-02-14 21:14:14 +01:00
parent 28bbaf97b0
commit 713ba98057

View file

@ -25,3 +25,8 @@ jobs:
path: nginx-config path: nginx-config
ref: main ref: main
- name: Parsing conf
run: "cd parser && python3 base.py"
- name: Builing documentation
run: 'make html'