Skip to content

Commit

Permalink
Update autodocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
merveenoyan authored Sep 22, 2023
1 parent 00fd821 commit 11a889c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/autodocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:

- name: Install Launcher
id: install-launcher
run: cargo install --git https://github.com/huggingface/text-generation-inference.git text-generation-launcher
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
- name: Update Docs
run: |
Expand Down

0 comments on commit 11a889c

Please sign in to comment.