Skip to content

Commit 0ce4695

Browse files
committed
Maven install is required for the site goal
1 parent 5131ddb commit 0ce4695

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-site.yaml

+3
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/kotlin
49+
install-required: true
4950
target-branch: ${{ github.ref_name }}-site-stg-out
5051

5152
deploy-site-pro:
@@ -63,6 +64,7 @@ jobs:
6364
profile: ~
6465
whoami: ${{ github.ref_name }}-out
6566
subdir: content/log4j/kotlin
67+
install-required: true
6668
target-branch: ${{ github.ref_name }}-out
6769

6870
export-version:
@@ -92,4 +94,5 @@ jobs:
9294
profile: ~
9395
whoami: ${{ github.ref_name }}-site-stg-out
9496
subdir: content/log4j/kotlin-${{ needs.export-version.outputs.version }}
97+
install-required: true
9598
target-branch: ${{ github.ref_name }}-site-stg-out

0 commit comments

Comments
 (0)