Skip to content

Commit

Permalink
Fix the path to the Java Apidocs
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Sep 9, 2024
1 parent ef084c2 commit 3f237de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: api-java
path: lang/java/target/site/apidocs
path: lang/java/target/reports/apidocs

build-api-python:
name: Build Python API docs
Expand Down

0 comments on commit 3f237de

Please # to comment.