This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit d60ec7b98d0c343d095b78deef390c642cc67d31 Author: Volkan Yazıcı <vol...@yazi.ci> AuthorDate: Fri Apr 12 15:08:53 2024 +0200 Instruct site workflow to `install` --- .github/workflows/deploy-site.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index 9e3c086bea..d0ca53cfcd 100644 --- a/.github/workflows/deploy-site.yaml +++ b/.github/workflows/deploy-site.yaml @@ -46,6 +46,7 @@ jobs: profile: ~ whoami: ${{ github.ref_name }}-site-stg-out subdir: content/log4j/2.x + install-required: true target-branch: ${{ github.ref_name }}-site-stg-out deploy-site-pro: @@ -63,7 +64,7 @@ jobs: profile: ~ whoami: ${{ github.ref_name }}-out subdir: content/log4j/2.x - source-branch: ${{ github.ref_name }} + install-required: true target-branch: ${{ github.ref_name }}-out export-version: @@ -93,4 +94,5 @@ jobs: profile: ~ whoami: ${{ github.ref_name }}-site-stg-out subdir: content/log4j/${{ needs.export-version.outputs.version }} + install-required: true target-branch: ${{ github.ref_name }}-site-stg-out