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 11a889c commit 8ecc8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autodocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8ecc8b0

Please sign in to comment.