We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
install
1 parent 1c92dce commit d60ec7bCopy full SHA for d60ec7b
.github/workflows/deploy-site.yaml
@@ -46,6 +46,7 @@ jobs:
46
profile: ~
47
whoami: ${{ github.ref_name }}-site-stg-out
48
subdir: content/log4j/2.x
49
+ install-required: true
50
target-branch: ${{ github.ref_name }}-site-stg-out
51
52
deploy-site-pro:
@@ -63,7 +64,7 @@ jobs:
63
64
65
whoami: ${{ github.ref_name }}-out
66
- source-branch: ${{ github.ref_name }}
67
68
target-branch: ${{ github.ref_name }}-out
69
70
export-version:
@@ -93,4 +94,5 @@ jobs:
93
94
95
96
subdir: content/log4j/${{ needs.export-version.outputs.version }}
97
98
0 commit comments