Skip to content

Commit

Permalink
Update autodocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
merveenoyan authored Sep 21, 2023
1 parent c2a61e4 commit bf86bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autodocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bf86bc5

Please sign in to comment.