TEMPORARY: run the deploy build job on this branch
All checks were successful
check / check (push) Successful in 1m8s
Build and Deploy to Cloudflare Pages / build (push) Successful in 1m1s
Build and Deploy to Cloudflare Pages / deploy (push) Has been skipped

Dropped before merge. Exists only so act_runner really executes the
build job against the new hugo install path.
This commit is contained in:
2026-08-09 14:41:51 +00:00
parent 916f978485
commit 2a950232af

View File

@@ -4,6 +4,13 @@ on:
push: push:
branches: branches:
- main - 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: jobs:
build: build: