mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
added codeblock, include removal of md file
This commit is contained in:
parent
4cab978343
commit
86736cb93a
4
.github/workflows/auto_docs.yml
vendored
4
.github/workflows/auto_docs.yml
vendored
@ -22,8 +22,10 @@ jobs:
|
||||
- name: Update Docs
|
||||
run: |
|
||||
output="${{ steps.run-launcher-help.outputs.output }}"
|
||||
|
||||
rm ../../docs/source/basic_tutorials/launcher.md
|
||||
echo '```' >> ../../docs/source/basic_tutorials/launcher.md
|
||||
echo $output >> ../../docs/source/basic_tutorials/launcher.md
|
||||
echo '```' >> ../../docs/source/basic_tutorials/launcher.md
|
||||
|
||||
git add launcher.md
|
||||
git commit -m "Update launcher.md"
|
||||
|
@ -1,3 +1,4 @@
|
||||
```
|
||||
Text Generation Launcher
|
||||
|
||||
Usage: text-generation-launcher [OPTIONS]
|
||||
@ -225,3 +226,4 @@ Options:
|
||||
|
||||
-V, --version
|
||||
Print version
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user