From fdc2a3cc880794618b19f83194b989e39a19dbd8 Mon Sep 17 00:00:00 2001 From: Ludger Sicking Date: Wed, 2 Apr 2025 16:12:45 +0200 Subject: [PATCH] 011 --- .woodpecker/build_and_copy_website.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.woodpecker/build_and_copy_website.yaml b/.woodpecker/build_and_copy_website.yaml index 0346e5a..368d5f6 100644 --- a/.woodpecker/build_and_copy_website.yaml +++ b/.woodpecker/build_and_copy_website.yaml @@ -29,7 +29,9 @@ steps: - which grep - ls -l $(which grep) - - grep -E ".+schon .+" Website/PROD/index.html + - grep -E ".+" Website/PROD/index.html + #- grep -E ".+schon .+" Website/PROD/index.html + # - 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