We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
install-required
1 parent d521f9e commit a621a92Copy full SHA for a621a92
.github/workflows/deploy-site.yaml
@@ -47,6 +47,7 @@ jobs:
47
whoami: ${{ github.ref_name }}-site-stg-out
48
subdir: content/log4j/transform
49
target-branch: ${{ github.ref_name }}-site-stg-out
50
+ install-required: true
51
52
deploy-site-pro:
53
if: github.repository == 'apache/logging-log4j-transform' && github.ref_name == 'main-site-pro'
@@ -94,3 +95,4 @@ jobs:
94
95
96
subdir: content/log4j/transform-${{ needs.export-version.outputs.version }}
97
98
0 commit comments