mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Remove git port.
This commit is contained in:
parent
efd0ce3cba
commit
bee42de54b
4
.github/workflows/autodocs.yml
vendored
4
.github/workflows/autodocs.yml
vendored
@ -1,8 +1,6 @@
|
||||
name: Automatic Documentation for Launcher
|
||||
|
||||
on:
|
||||
# TODO remove this before merging
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
@ -15,7 +13,7 @@ jobs:
|
||||
|
||||
- name: Install Launcher
|
||||
id: install-launcher
|
||||
run: cargo install --git git+https://github.com/${{ github.repository }} --branch ${{ github.head_ref }} text-generation-launcher
|
||||
run: cargo install --git https://github.com/${{ github.repository }} --branch ${{ github.head_ref }} text-generation-launcher
|
||||
|
||||
- name: Update Docs
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user