Add deploy-site.yaml workflow#465
Draft
ppkarwasz wants to merge 1 commit into
Draft
Conversation
Publishes the Antora site to `logging.apache.org/flume/2.x` via the `logging-parent` reusable workflow. The old 1.x site stays in `logging-flume-site` (`content/flume`). Since the reusable workflow builds the site with `./mvnw site`, the Antora setup is aligned with the `logging-parent` machinery: `antora.yml` is generated from `antora.tmpl.yml` (kept in sync for local builds, as in Log4j) and the useless per-module Maven Site Plugin runs are skipped in both POM hierarchies. Assisted-By: Claude Fable 5 <noreply@anthropic.com>
ppkarwasz
force-pushed
the
feat/generate-staging-site
branch
from
July 22, 2026 12:19
7597b4f to
913182f
Compare
Member
Author
|
This PR does not regenerate the staging website until we merge it, but I tested the commands in the reusable workflow and published a first version manually: https://logging.staged.apache.org/flume/2.x/flume/index.html |
ppkarwasz
marked this pull request as draft
July 22, 2026 17:20
rgoers
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Publishes the Antora site to
logging.apache.org/flume/2.xvia thelogging-parentreusable workflow. The old 1.x site stays inlogging-flume-site(content/flume).Note
Stacked on #464, which should be merged before this one.