diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 8cec5b6..8263c4a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -4,13 +4,6 @@ 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: