Add `install-required` to all jobs
diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml
index c218e6d..93b77a6 100644
--- a/.github/workflows/deploy-site.yaml
+++ b/.github/workflows/deploy-site.yaml
@@ -47,6 +47,7 @@
whoami: ${{ github.ref_name }}-site-stg-out
subdir: content/log4j/transform
target-branch: ${{ github.ref_name }}-site-stg-out
+ install-required: true
deploy-site-pro:
if: github.repository == 'apache/logging-log4j-transform' && github.ref_name == 'main-site-pro'
@@ -94,3 +95,4 @@
whoami: ${{ github.ref_name }}-site-stg-out
subdir: content/log4j/transform-${{ needs.export-version.outputs.version }}
target-branch: ${{ github.ref_name }}-site-stg-out
+ install-required: true