diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 7c9375e..ec9c5b1 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -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'