012
All checks were successful
ci/woodpecker/push/build_and_copy_website Pipeline was successful

This commit is contained in:
Ludger Sicking 2025-04-02 16:45:32 +02:00
parent fdc2a3cc88
commit 98a72b5da8
2 changed files with 5 additions and 1 deletions

View file

@ -31,14 +31,17 @@ steps:
- grep -E ".+" Website/PROD/index.html
#- grep -E ".+schon .+" Website/PROD/index.html
#lokal läuft $busybox grep -E 'schon' Website/PROD/index.html | ????
- if grep -E "Team vollständig" Website/PROD/index.html; then echo "Blog Teamseite"; else echo "Webseite Startseite"; fi
- echo $?
# - grep 'schon' Website/PROD/index.html
# - grep 'schon mal selbst Materialien erstellt oder arbeitest in einer Community' Website/PROD/index.html
# - grep -E 'schon mal selbst Materialien erstellt oder arbeitest in einer Community' Website/PROD/index.html
# - grep -e 'schon mal selbst Materialien erstellt oder arbeitest in einer Community' Website/PROD/index.html
- if grep -i -E "Du hast .+ selbst Materialien erstellt .+ in einer Community" Website/PROD/index.html && grep "zielt FOERBICO auf die Vernetzung" Website/PROD/index.html; then echo "Blog Teamseite"; else echo "Webseite Startseite"; fi
- echo $?
- name: copy_to_server
image: alpine
environment:

View file

@ -3,6 +3,7 @@
#staticSiteGenerator:
title: OER und OEP
url: oer-und-oep
weight: 100
---
## Was sind Open Educational Resources (OER) und Open Educational Practices (OEP)?