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-parent.git
The following commit(s) were added to refs/heads/main by this push:
new 7d995f2 Add explicit section ID
7d995f2 is described below
commit 7d995f2e0e3b8c4ab379a433f0a22da31cf52f8d
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Apr 12 09:49:20 2024 +0200
Add explicit section ID
---
src/site/antora/modules/ROOT/pages/usage.adoc | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/site/antora/modules/ROOT/pages/usage.adoc
b/src/site/antora/modules/ROOT/pages/usage.adoc
index ca7730c..e136cac 100644
--- a/src/site/antora/modules/ROOT/pages/usage.adoc
+++ b/src/site/antora/modules/ROOT/pages/usage.adoc
@@ -37,6 +37,7 @@ You can use {project-name} as follows:
.. Build the website using `./mvnw site`
.. Check out the website generated to `target/site` by pointing a browser to it
+[#website]
== Website deployment
Using `deploy-site-reusable.yaml` reusable GitHub Actions workflow, you can
automate the website deployments for staging and production environments.