mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
fix: adjust autodoc workflow
This commit is contained in:
parent
e4161a185f
commit
26eb7cea3a
9
.github/workflows/autodocs.yaml
vendored
9
.github/workflows/autodocs.yaml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user