feat: füge generische Fallback-Übungen hinzu, wenn keine didaktischen Inhalte vorhanden sind
All checks were successful
Deploy to production / deploy (push) Successful in 30s

This commit is contained in:
Torsten Schulz (local)
2026-05-26 11:16:16 +02:00
parent c44eb93f33
commit 502f1fc04e
2 changed files with 56 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ jobs:
# By default we run the deploy script in --dry-run mode. To enable the
# actual run set the secret PHASE3_UPDATE=1 in the repo settings.
RUN_FLAG="--dry-run"
if [ "${{ secrets.PHASE3_UPDATE:-}}" = "1" ]; then
if [ "${{ secrets.PHASE3_UPDATE }}" = "1" ]; then
RUN_FLAG=""
fi