Skip to content

Commit d60ec7b

Browse files
committed
Instruct site workflow to install
1 parent 1c92dce commit d60ec7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-site.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
profile: ~
4747
whoami: ${{ github.ref_name }}-site-stg-out
4848
subdir: content/log4j/2.x
49+
install-required: true
4950
target-branch: ${{ github.ref_name }}-site-stg-out
5051

5152
deploy-site-pro:
@@ -63,7 +64,7 @@ jobs:
6364
profile: ~
6465
whoami: ${{ github.ref_name }}-out
6566
subdir: content/log4j/2.x
66-
source-branch: ${{ github.ref_name }}
67+
install-required: true
6768
target-branch: ${{ github.ref_name }}-out
6869

6970
export-version:
@@ -93,4 +94,5 @@ jobs:
9394
profile: ~
9495
whoami: ${{ github.ref_name }}-site-stg-out
9596
subdir: content/log4j/${{ needs.export-version.outputs.version }}
97+
install-required: true
9698
target-branch: ${{ github.ref_name }}-site-stg-out

0 commit comments

Comments
 (0)