fix missing folder
All checks were successful
/ test (push) Successful in 33s

This commit is contained in:
Michaël Ricart 2025-02-14 21:33:39 +01:00
parent c668fc03da
commit baa25b2f66

View file

@ -26,6 +26,9 @@ jobs:
path: nginx-config
ref: main
- name: "create devices directory"
run: 'mkdir source/devices'
- name: Parsing conf
run: "cd parsers && python3.11 base.py"