Update autodocs.yml

This commit is contained in:
Merve Noyan 2023-09-22 11:16:02 +02:00 committed by Nicolas Patry
parent e34cdba4d7
commit ee4c029d9f

View File

@ -17,6 +17,7 @@ jobs:
id: install-launcher id: install-launcher
run: | run: |
repo_owner=${{ github.event.pull_request.user.login }} repo_owner=${{ github.event.pull_request.user.login }}
echo "Repo owner is $repo_owner"
branch=${{ github.event.pull_request.ref }} branch=${{ github.event.pull_request.ref }}
cargo install --git git+https://github.com/$repo_owner/text-generation-inference.git --branch $branch text-generation-launcher cargo install --git git+https://github.com/$repo_owner/text-generation-inference.git --branch $branch text-generation-launcher