Update autodocs.yml

This commit is contained in:
Merve Noyan 2023-09-21 16:57:03 +02:00 committed by Nicolas Patry
parent adfeec63f1
commit d79760aaa2

View File

@ -13,9 +13,9 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install TGI - name: Install Launcher
id: install-tgi id: install-launcher
run: make install run: cargo install launcher
- name: Run TGI Launcher docs - name: Run TGI Launcher docs
id: run-launcher-help id: run-launcher-help