From 49908b086dd240fe57a8a35d83fdb8f263b30a95 Mon Sep 17 00:00:00 2001 From: June Date: Mon, 30 Jun 2025 17:38:57 +0200 Subject: [PATCH] use older hugo for now to make the website build --- .forgejo/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index ef195ab..8d6e610 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -11,7 +11,7 @@ jobs: build: runs-on: docker container: - image: docker.io/hugomods/hugo:0.138.0 + image: docker.io/hugomods/hugo:0.119.0 steps: - name: Pipeline info run: | @@ -37,7 +37,7 @@ jobs: sed -i 's#baseurl = "https://cryptoparty-hamburg.de"#baseurl = "https://cryptoparty.hamburg.ccc.de"#' config.toml - name: Patch baseURL (staging only) - if: github.ref_name != 'master' + if: github.ref_name != 'main' run: | sed -i 's#baseurl = "https://cryptoparty.hamburg.ccc.de.de"#baseurl = "https://staging.cryptoparty.hamburg.ccc.de/pr${{ github.event.pull_request.number }}/"#' config.toml @@ -46,7 +46,7 @@ jobs: run: | hugo # - name: Build website (staging) - # if: github.ref_name != 'master' + # if: github.ref_name != 'main' # run: | # hugo --buildFuture --buildDrafts