This is an automated email from the ASF dual-hosted git repository.
rskraba pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 341378a5e2 AVRO-4127: Use the dist target to build website (#3358)
341378a5e2 is described below
commit 341378a5e291860e7c1eed97aa678b181519ca17
Author: Ryan Skraba <[email protected]>
AuthorDate: Thu Apr 17 18:42:53 2025 +0200
AVRO-4127: Use the dist target to build website (#3358)
---
.github/workflows/deploy-docs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy-docs.yml
b/.github/workflows/deploy-docs.yml
index 1ca88dd1c3..c0868e7328 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -163,7 +163,7 @@ jobs:
run: |
set -x
cd lang/java
- mvn javadoc::aggregate
+ ./build.sh dist
- uses: actions/upload-artifact@v4
with:
name: api-java