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.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user