We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44bf0ee commit ec22bc3Copy full SHA for ec22bc3
1 file changed
.github/workflows/publish-javadoc.yml
@@ -21,4 +21,4 @@ jobs:
21
project: maven # or gradle
22
# subdirectories: moduleA moduleB #for subdirectories support, needs to be run with custom command
23
custom-command: mvn -f SimpleAPI/pom.xml -P javadoc javadoc:javadoc
24
- javadoc-source-folder: 'SimpleAPI/target/apidocs'
+ javadoc-source-folder: 'SimpleAPI/target/reports/apidocs'
0 commit comments