mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
Update autodocs.yml
This commit is contained in:
parent
4f9a3287b1
commit
a6b053845f
4
.github/workflows/autodocs.yml
vendored
4
.github/workflows/autodocs.yml
vendored
@ -13,8 +13,8 @@ jobs:
|
|||||||
- name: Install Launcher
|
- name: Install Launcher
|
||||||
id: install-launcher
|
id: install-launcher
|
||||||
run: |
|
run: |
|
||||||
repo_owner=${{ github.event.actor }}
|
repo_owner=${{ github.event.actor_id }}
|
||||||
branch=${GITHUB_REF##*/}
|
branch=${{ github.head_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
|
||||||
|
Loading…
Reference in New Issue
Block a user