Skip to content

Commit 341378a

Browse files
authored
AVRO-4127: Use the dist target to build website (#3358)
1 parent 7a155a5 commit 341378a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
run: |
164164
set -x
165165
cd lang/java
166-
mvn javadoc::aggregate
166+
./build.sh dist
167167
- uses: actions/upload-artifact@v4
168168
with:
169169
name: api-java

0 commit comments

Comments
 (0)