From bf86bc5cdaf3811e452c959302aab6381be658d3 Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Thu, 21 Sep 2023 19:08:25 +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 d4f4ddbb93a..f0dbdb0ae58 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -21,11 +21,11 @@ jobs: run: | echo text-generation-launcher --help output=$(text-generation-launcher --help) - echo $output { echo '```'; echo $output; echo '```'; } > launcher_test.md if diff launcher_test.md docs/source/basic_tutorials/launcher.md; then rm docs/source/basic_tutorials/launcher.md { echo '```'; echo $output; echo '```'; } > docs/source/basic_tutorials/launcher.md + echo "$(cat docs/source/basic_tutorials/launcher.md)" echo "Docs are updated!" git add docs/source/basic_tutorials/launcher.md git commit -m "Update launcher.md"