Update autodocs.yml

This commit is contained in:
Merve Noyan 2023-09-21 18:30:30 +02:00 committed by Nicolas Patry
parent 0ae1aaff82
commit c646d74ba7

View File

@ -22,7 +22,7 @@ jobs:
{ echo '```'; $(text-generation-launcher --help); echo '```'; } > launcher_test.md { echo '```'; $(text-generation-launcher --help); echo '```'; } > launcher_test.md
if diff launcher_test.md launcher.md; then if diff launcher_test.md launcher.md; then
rm /docs/source/basic_tutorials/launcher.md 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!" echo "Docs are updated!"
git add launcher.md git add launcher.md
git commit -m "Update launcher.md" git commit -m "Update launcher.md"