Skip to content

Commit ec22bc3

Browse files
authored
Fix publish workflow javadoc output path
1 parent 44bf0ee commit ec22bc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
project: maven # or gradle
2222
# subdirectories: moduleA moduleB #for subdirectories support, needs to be run with custom command
2323
custom-command: mvn -f SimpleAPI/pom.xml -P javadoc javadoc:javadoc
24-
javadoc-source-folder: 'SimpleAPI/target/apidocs'
24+
javadoc-source-folder: 'SimpleAPI/target/reports/apidocs'

0 commit comments

Comments
 (0)