Skip to content

Commit a621a92

Browse files
committed
Add install-required to all jobs
1 parent d521f9e commit a621a92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-site.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
whoami: ${{ github.ref_name }}-site-stg-out
4848
subdir: content/log4j/transform
4949
target-branch: ${{ github.ref_name }}-site-stg-out
50+
install-required: true
5051

5152
deploy-site-pro:
5253
if: github.repository == 'apache/logging-log4j-transform' && github.ref_name == 'main-site-pro'
@@ -94,3 +95,4 @@ jobs:
9495
whoami: ${{ github.ref_name }}-site-stg-out
9596
subdir: content/log4j/transform-${{ needs.export-version.outputs.version }}
9697
target-branch: ${{ github.ref_name }}-site-stg-out
98+
install-required: true

0 commit comments

Comments
 (0)