Pin Hugo to a deliberate, hash-verified v0.164.0 and switch hugo.toml to locale (closes #26, closes #18) #27

Merged
clawbot merged 4 commits from 26-hugo-deliberate-version into main 2026-08-09 17:18:08 +02:00
Showing only changes of commit 2a950232af - Show all commits

View File

@@ -4,6 +4,13 @@ on:
push:
branches:
- main
# TEMPORARY - removed before merge. This branch changes how
# script/bootstrap installs hugo, which is the production
# deploy path, and script/cibuild cannot cover that: docker
# build runs RUN under /bin/sh with no Actions runtime. The
# deploy job's `if: github.ref_name == 'main'` guard below
# keeps branch runs away from Cloudflare.
- 26-hugo-deliberate-version
jobs:
build: