From d79760aaa2126129c896a24760a620a441fc297f Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Thu, 21 Sep 2023 16:57:03 +0200 Subject: [PATCH] Update autodocs.yml --- .github/workflows/autodocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autodocs.yml b/.github/workflows/autodocs.yml index 0747181b..3791445d 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -13,9 +13,9 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Install TGI - id: install-tgi - run: make install + - name: Install Launcher + id: install-launcher + run: cargo install launcher - name: Run TGI Launcher docs id: run-launcher-help