This commit is contained in:
Merve Noyan 2023-09-21 12:17:47 +02:00
parent 86736cb93a
commit 2bddc78dca
2 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,9 @@
name: Automatic Documentation for Launcher
on:
push:
paths:
- "../../launcher/src/main.rs"
push:
branches:
- main
@ -26,7 +29,3 @@ jobs:
echo '```' >> ../../docs/source/basic_tutorials/launcher.md
echo $output >> ../../docs/source/basic_tutorials/launcher.md
echo '```' >> ../../docs/source/basic_tutorials/launcher.md
git add launcher.md
git commit -m "Update launcher.md"
git push