From 5118f9d41fca01ff98b8881535174fe3a62c3567 Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Thu, 21 Sep 2023 18:45:53 +0200 Subject: [PATCH] Update autodocs.yml --- .github/workflows/autodocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autodocs.yml b/.github/workflows/autodocs.yml index b9ca9e9e..1c072bbb 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -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