diff --git a/.woodpecker/build_and_copy_website.yaml b/.woodpecker/build_and_copy_website.yaml index 6b2ae17..d650fdd 100644 --- a/.woodpecker/build_and_copy_website.yaml +++ b/.woodpecker/build_and_copy_website.yaml @@ -7,13 +7,20 @@ when: steps: - name: alpine_debug - image: alpine + image: alpine:3.21 commands: - date -I'seconds' - cat /etc/alpine-release - which ash - ls -la $(which ash) + - name: hugo-alpine + image: alpine:latest + commands: + - cat /etc/alpine-release + - cat /etc/alpine-release + - apk add --no-cache hugo + - hugo version - name: build_by_hugo #image: alpine -- Alpine hat nur Hugo in Version hugo v0.125.4+extended linux/amd64 BuildDate=unknown // Papermod braucht >= 0.125.7 diff --git a/Website/content/posts/2025-04-01-erster-april/index.md b/Website/content/posts/2025-04-01-erster-april/index.md index 69e5803..9600666 100644 --- a/Website/content/posts/2025-04-01-erster-april/index.md +++ b/Website/content/posts/2025-04-01-erster-april/index.md @@ -59,4 +59,4 @@ Ich verstehs nicht. :-( Ist der hugo-Container vielleicht sehr, sehr klein und hat gar kein grep??? Sieht ein bisschen danach aus. Und wenn wir auf Alpine Basis mit Hugo Bauen? -Super dokumntiert. Nicht. \ No newline at end of file +Super dokumntiert. Nicht. *_mühsam ernährt sich_* \ No newline at end of file