added codeblock, include removal of md file

This commit is contained in:
Merve Noyan 2023-09-21 12:06:15 +02:00
parent 4cab978343
commit 86736cb93a
2 changed files with 5 additions and 1 deletions

View File

@ -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"

View File

@ -1,3 +1,4 @@
```
Text Generation Launcher
Usage: text-generation-launcher [OPTIONS]
@ -225,3 +226,4 @@ Options:
-V, --version
Print version
```