diff --git a/.github/workflows/auto_docs.yml b/.github/workflows/auto_docs.yml index 581bac05..8359ef0d 100644 --- a/.github/workflows/auto_docs.yml +++ b/.github/workflows/auto_docs.yml @@ -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!" \ No newline at end of file + echo "Docs are updated!" + + git add launcher.md + git commit -m "Update launcher.md" + git push \ No newline at end of file