missing fi

This commit is contained in:
Merve Noyan 2023-09-21 17:51:17 +02:00 committed by Nicolas Patry
parent 95d5302960
commit 10a88586a6

View File

@ -35,7 +35,7 @@ jobs:
git add launcher.md
git commit -m "Update launcher.md"
git push
fi
launcher_content=$(/docs/source/basic_tutorials/launcher.md)
if [ "$launcher_content" != "$output" ]; then