Update autodocs.yml

This commit is contained in:
Merve Noyan 2023-09-22 11:10:45 +02:00 committed by Nicolas Patry
parent ae6c25852c
commit 87e9078634

View File

@ -16,8 +16,8 @@ jobs:
- name: Install Launcher
id: install-launcher
run: |
repo_owner=${{ github.event.pull_request.head.user.login }}
branch=${{ github.event.pull_request.head.ref }}
repo_owner=${{ github.event.pull_request.user.login }}
branch=${{ github.event.pull_request.ref }}
cargo install --git git+https://github.com/${repo_owner}/text-generation-inference.git --branch ${branch} text-generation-launcher
- name: Update Docs