copy und paste fehler :-/

This commit is contained in:
Ludger Sicking 2026-08-10 16:11:14 +02:00
parent 99e0168e4d
commit 2ed715495d
1 changed files with 1 additions and 1 deletions

View File

@ -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 '<article.*</article>' | head -5 | cut -c1-200
- echo 'curl 3-> '