From c646d74ba7e82e7f3dcfe0b95463e3305547f2cf Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Thu, 21 Sep 2023 18:30:30 +0200 Subject: [PATCH] Update autodocs.yml --- .github/workflows/autodocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"