Update autodocs.yml

This commit is contained in:
Merve Noyan 2023-09-22 11:12:50 +02:00 committed by Nicolas Patry
parent 87e9078634
commit e34cdba4d7

View File

@ -18,7 +18,7 @@ jobs:
run: | run: |
repo_owner=${{ github.event.pull_request.user.login }} repo_owner=${{ github.event.pull_request.user.login }}
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
- name: Update Docs - name: Update Docs
run: | run: |