You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/10/11 08:52:57 UTC

[logging-log4j-kotlin] branch main updated: Build `site` in CI

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3857aa1  Build `site` in CI
3857aa1 is described below

commit 3857aa168f5bd1f85475faa025e76545b4ece30f
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Wed Oct 11 10:52:54 2023 +0200

    Build `site` in CI
---
 .github/workflows/build.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index f107bbc..6828967 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -39,6 +39,8 @@ jobs:
   build:
     if: github.actor != 'dependabot[bot]'
     uses: apache/logging-parent/.github/workflows/build-reusable.yaml@main
+    with:
+      site-enabled: true
 
   deploy-snapshot:
     needs: build