From 2a950232af7eef1362df094e753fcd12a310c284 Mon Sep 17 00:00:00 2001 From: sneak Date: Sun, 9 Aug 2026 14:41:51 +0000 Subject: [PATCH] TEMPORARY: run the deploy build job on this branch Dropped before merge. Exists only so act_runner really executes the build job against the new hugo install path. --- .gitea/workflows/deploy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 8263c4a..8cec5b6 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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: