Compare commits

..

1 commit

Author SHA1 Message Date
08e8a7fd48
use older hugo for now to make the website build
Some checks failed
/ build (pull_request) Failing after 1m30s
2025-05-11 02:33:37 +02:00

View file

@ -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 != 'main'
if: github.ref_name != 'master'
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 != 'main'
# if: github.ref_name != 'master'
# run: |
# hugo --buildFuture --buildDrafts