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