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

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