mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Update autodocs.yml
This commit is contained in:
parent
85bc6c1f3f
commit
5118f9d41f
4
.github/workflows/autodocs.yml
vendored
4
.github/workflows/autodocs.yml
vendored
@ -19,8 +19,10 @@ jobs:
|
||||
|
||||
- name: Update Docs
|
||||
run: |
|
||||
echo text-generation-launcher --help
|
||||
output=$(text-generation-launcher --help)
|
||||
{ echo '```'; $output; echo '```'; } > launcher_test.md
|
||||
echo $output
|
||||
{ echo '```'; echo $output; echo '```'; } > launcher_test.md
|
||||
if diff launcher_test.md launcher.md; then
|
||||
rm /docs/source/basic_tutorials/launcher.md
|
||||
{ echo '```'; echo $output; echo '```'; } > launcher.md
|
||||
|
Loading…
Reference in New Issue
Block a user