added git push back

This commit is contained in:
Merve Noyan 2023-09-21 12:47:57 +02:00
parent 94065cd81a
commit c6590fd1bb

View File

@ -36,4 +36,8 @@ jobs:
echo '```' >> /docs/source/basic_tutorials/launcher.md
echo $output >> /docs/source/basic_tutorials/launcher.md
echo '```' >> /docs/source/basic_tutorials/launcher.md
echo "Docs are updated!"
echo "Docs are updated!"
git add launcher.md
git commit -m "Update launcher.md"
git push