This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/logging-flume.git
The following commit(s) were added to refs/heads/trunk by this push:
new efdce83a Run `install` before generating the site (#490)
efdce83a is described below
commit efdce83a1702764a241d3fae10c575af6d49db97
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Aug 25 13:24:26 2026 +0200
Run `install` before generating the site (#490)
The `site` lifecycle packages no jars, so the reactor's SNAPSHOT
dependencies only resolved when the shared Maven cache happened to
contain them from a previous snapshot deploy job.
Assisted-By: Claude Fable 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_016zsFn1f2B32vcNoCeZSfn7
---
.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 005d3e9a..d34d4a24 100644
--- a/.github/workflows/deploy-site.yaml
+++ b/.github/workflows/deploy-site.yaml
@@ -45,6 +45,7 @@ jobs:
profile: ~
whoami: ${{ github.ref_name }}-site-stg-out
subdir: content/flume/2.x
+ install-required: true
target-branch: ${{ github.ref_name }}-site-stg-out
deploy-site-pro:
@@ -59,6 +60,7 @@ jobs:
profile: ~
whoami: ${{ github.ref_name }}-out
subdir: content/flume/2.x
+ install-required: true
target-branch: ${{ github.ref_name }}-out
export-version:
@@ -85,4 +87,5 @@ jobs:
profile: ~
whoami: ${{ github.ref_name }}-site-stg-out
subdir: content/flume/${{ needs.export-version.outputs.version }}
+ install-required: true
target-branch: ${{ github.ref_name }}-site-stg-out