mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
Preserve newlines.
This commit is contained in:
parent
bee42de54b
commit
3cf9093b97
2
.github/workflows/autodocs.yml
vendored
2
.github/workflows/autodocs.yml
vendored
@ -19,5 +19,5 @@ jobs:
|
||||
run: |
|
||||
echo text-generation-launcher --help
|
||||
output=$(text-generation-launcher --help)
|
||||
{ echo '```'; echo $output; echo '```'; } > launcher_test.md
|
||||
{ echo '```'; echo "$output"; echo '```'; } > launcher_test.md
|
||||
diff launcher_test.md docs/source/basic_tutorials/launcher.md
|
||||
|
Loading…
Reference in New Issue
Block a user