diff --git a/.github/workflows/autodocs.yml b/.github/workflows/autodocs.yml index 16c08415..30e52df6 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -22,7 +22,7 @@ jobs: { echo '```'; $(text-generation-launcher --help); echo '```'; } > launcher_test.md if diff launcher_test.md launcher.md; then rm /docs/source/basic_tutorials/launcher.md - { echo '```'; $(text-generation-launcher --help); echo '```'; } > launcher.md + { echo '```'; echo $(text-generation-launcher --help); echo '```'; } > launcher.md echo "Docs are updated!" git add launcher.md git commit -m "Update launcher.md"