From 8ecc8b0a1f71a7ec242545b72f0c8a6b74629dbf Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Fri, 22 Sep 2023 11:00:12 +0200 Subject: [PATCH] Update autodocs.yml --- .github/workflows/autodocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autodocs.yml b/.github/workflows/autodocs.yml index 663f2093e8d..b8d99588317 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -18,7 +18,7 @@ jobs: run: | repo_owner="${{ github.event.pull_request.head.user.login }}" branch="${{ github.event.pull_request.head.ref }}" - cargo install --git https://github.com/${repo_owner}/text-generation-inference.git@${branch} text-generation-launcher + cargo install --git git+https://github.com/${repo_owner}/text-generation-inference.git --branch ${branch} text-generation-launcher - name: Update Docs run: |