From 2ed715495d64d0b24e92df0e2863b103164fae63 Mon Sep 17 00:00:00 2001 From: Ludger Sicking Date: Mon, 10 Aug 2026 16:11:14 +0200 Subject: [PATCH] copy und paste fehler :-/ --- .woodpecker/build_and_test_website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build_and_test_website.yaml b/.woodpecker/build_and_test_website.yaml index 8e5a9c7..16fdb20 100644 --- a/.woodpecker/build_and_test_website.yaml +++ b/.woodpecker/build_and_test_website.yaml @@ -19,7 +19,7 @@ steps: - mkdir Website/PROD - hugo -s Website -d PROD --logLevel debug - echo 'curl 1-> ' - - curl -s http://localhost:1313/de/ | grep -A 5 -B 5 "article\|post\|Post" | head -80) + - curl -s http://localhost:1313/de/ | grep -A 5 -B 5 "article\|post\|Post" | head -80 - echo 'curl 2-> ' - curl -s http://localhost:1313/de/ 2>/dev/null | grep -o '' | head -5 | cut -c1-200 - echo 'curl 3-> '