diff --git a/.github/workflows/autodocs.yml b/.github/workflows/autodocs.yml index 4520dd3c..a0c1b90a 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -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