Skip to content

Commit 1d4c755

Browse files
committed
fix: update javadoc output path for maven-javadoc-plugin 3.12.0
maven-javadoc-plugin 3.12.0 changed the default output directory from target/site/apidocs to target/reports/apidocs.
1 parent 7245493 commit 1d4c755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Upload Pages artifact
100100
uses: actions/upload-pages-artifact@v4
101101
with:
102-
path: target/site/apidocs
102+
path: target/reports/apidocs
103103

104104
- name: Deploy to GitHub Pages
105105
id: deployment

0 commit comments

Comments
 (0)