From 4ee4a287dde26f17bc46f5b05ec374d505183a78 Mon Sep 17 00:00:00 2001 From: dithmer <35928308+dithmer@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:43:07 +0200 Subject: [PATCH 1/2] Update test.md To test the PR mechanism --- content/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/test.md b/content/test.md index 3bdc77a..af039c8 100644 --- a/content/test.md +++ b/content/test.md @@ -1,5 +1,5 @@ --- -title: "Hallo beim c3RE" +title: "Hallo beim c3RE!" date: tags: [] categories: [] From 5d8ec0513f842e5a0405fe50fdec24eb7b1951d0 Mon Sep 17 00:00:00 2001 From: dithmer <35928308+dithmer@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:48:41 +0200 Subject: [PATCH 2/2] Use a fixed hugo version, based on debian repos --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52de1ae..1b0b79a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,6 @@ jobs: - name: Install minify run: go install github.com/tdewolff/minify/v2/cmd/minify@latest - name: Install hugo - run: go install github.com/gohugoio/hugo@latest + run: go install github.com/gohugoio/hugo@v0.111.3 - name: Run make run: make