mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Cleaner autodoc.
This commit is contained in:
parent
0c6e0bc8ee
commit
9fd232fd00
5
.github/workflows/autodocs.yml
vendored
5
.github/workflows/autodocs.yml
vendored
@ -13,10 +13,7 @@ jobs:
|
||||
|
||||
- name: Install Launcher
|
||||
id: install-launcher
|
||||
env:
|
||||
REF: ${{ github.head_ref }}
|
||||
REPO: ${{ github.repository }}
|
||||
run: cargo install --git "https://github.com/$REPO" --branch "$REF" text-generation-launcher
|
||||
run: cargo install --path text-generation-launcher
|
||||
|
||||
- name: Check launcher Docs are up-to-date
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user