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
All checks were successful
Deploy to production / deploy (push) Successful in 30s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user