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