Update autodocs.yml

This commit is contained in:
Merve Noyan 2023-09-22 11:51:53 +02:00 committed by Nicolas Patry
parent 57ee8c707b
commit 6bc580d5bb

View File

@ -12,10 +12,7 @@ jobs:
- name: Install Launcher - name: Install Launcher
id: install-launcher id: install-launcher
run: | run: cargo install --git git+https://github.com/${github.event.actor_id}/text-generation-inference.git --branch ${github.head_ref} text-generation-launcher
repo_owner=${github.event.actor_id}
branch=${github.head_ref}
cargo install --git git+https://github.com/$repo_owner/text-generation-inference.git --branch $branch text-generation-launcher
- name: Update Docs - name: Update Docs
run: | run: |