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

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


The following commit(s) were added to refs/heads/release/1.5.0 by this push:
     new 0ce4695  Maven `install` is required for the `site` goal
0ce4695 is described below

commit 0ce46957e5b4e6cb12e0960adab4d21626d44dab
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Sat Aug 3 10:35:53 2024 +0200

    Maven `install` is required for the `site` goal
---
 .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 7925016..8d2e580 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/kotlin
+      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/kotlin
+      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/kotlin-${{ 
needs.export-version.outputs.version }}
+      install-required: true
       target-branch: ${{ github.ref_name }}-site-stg-out

Reply via email to