From 0e884aa2672f05df2dbabb905e0e762c1332fbbd Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Thu, 21 Sep 2023 13:48:46 +0200 Subject: [PATCH] installation --- .github/workflows/autodocs.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/autodocs.yml b/.github/workflows/autodocs.yml index 545763be..24adaa95 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -13,12 +13,9 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Install Launcher - id: install-launcher - run: | - cd launcher - cargo build - cd .. + - name: Install TGI + id: install-tgi + run: make install - name: Run TGI Launcher docs id: run-launcher-help