This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release/0.9.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git

commit 73ca0f475219ffa43df50f91b04a31972780b125
Author: Volkan Yazıcı <vol...@yazi.ci>
AuthorDate: Wed May 8 15:48:26 2024 +0200

    Make `install` required for `site` goal in CI
---
 .github/workflows/deploy-site.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/deploy-site.yaml 
b/.github/workflows/deploy-site.yaml
index 234cb96..2bcae57 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/tools
+      install-required: true
       target-branch: ${{ github.ref_name }}-site-stg-out
 
   deploy-site-pro:
@@ -63,6 +64,7 @@ jobs:
           profile: ~
           whoami: ${{ github.ref_name }}-out
           subdir: content/log4j/tools
+      install-required: true
       target-branch: ${{ github.ref_name }}-out
 
   export-version:
@@ -92,4 +94,5 @@ jobs:
           profile: ~
           whoami: ${{ github.ref_name }}-site-stg-out
           subdir: content/log4j/tools-${{ needs.export-version.outputs.version 
}}
+      install-required: true
       target-branch: ${{ github.ref_name }}-site-stg-out

Reply via email to