mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Update autodocs.yml
This commit is contained in:
parent
41be28b9d6
commit
2f11bacf03
2
.github/workflows/autodocs.yml
vendored
2
.github/workflows/autodocs.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
run: |
|
||||
repo_owner="${{ github.event.pull_request.head.user.login }}"
|
||||
branch="${{ github.event.pull_request.head.ref }}"
|
||||
cargo install --git https://github.com/${repo_owner}/text-generation-inference.git@${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
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user