diff --git a/.github/workflows/autodocs.yml b/.github/workflows/autodocs.yml index 498b53a8..32a84521 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -15,7 +15,7 @@ jobs: - name: Install Launcher id: install-launcher - run: cargo install git+https://github.com/huggingface/text-generation-inference + run: cargo install --git git+https://github.com/huggingface/text-generation-inference - name: Run TGI Launcher docs id: run-launcher-help