From 9fd232fd009eab9580fcf38e20b7d6040fe5f872 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 22 May 2024 15:25:48 +0200 Subject: [PATCH] Cleaner autodoc. --- .github/workflows/autodocs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/autodocs.yml b/.github/workflows/autodocs.yml index c378e177..57e575dd 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -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: |