fix: adjust autodoc workflow

This commit is contained in:
drbh 2024-07-02 18:04:55 +00:00
parent e4161a185f
commit 26eb7cea3a

View File

@ -15,15 +15,10 @@ jobs:
id: install-launcher id: install-launcher
run: cargo install --path launcher/ run: cargo install --path launcher/
- name: Check launcher Docs are up-to-date
run: |
echo text-generation-launcher --help
python update_doc.py md --check
- name: Install router - name: Install router
id: install-router id: install-router
run: cargo install --path router/ run: cargo install --path router/
- name: Check that openapi schema is up-to-date - name: Check that documentation is up-to-date
run: | run: |
python update_doc.py openapi --check python update_doc.py --check