From 7711fb26b08d3febfe0ab4f3431f23dc53ff0119 Mon Sep 17 00:00:00 2001 From: Ralph Goers Date: Sat, 26 Oct 2024 22:25:19 -0700 Subject: [PATCH] Require install to build site --- .github/workflows/deploy-site.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index 5560447..c218e6d 100644 --- a/.github/workflows/deploy-site.yaml +++ b/.github/workflows/deploy-site.yaml @@ -64,6 +64,7 @@ jobs: whoami: ${{ github.ref_name }}-out subdir: content/log4j/transform target-branch: ${{ github.ref_name }}-out + install-required: true export-version: if: github.repository == 'apache/logging-log4j-transform' && startsWith(github.ref_name, 'release/')