We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79417f commit ca3d4fcCopy full SHA for ca3d4fc
1 file changed
.github/workflows/publish-javadoc.yml
@@ -20,5 +20,5 @@ jobs:
20
target-folder: ''
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 deploy -P javadoc javadoc:aggregate
+ custom-command: mvn -f SimpleAPI/pom.xml -P javadoc javadoc:javadoc
24
javadoc-source-folder: 'SimpleAPI/target/apidocs'
0 commit comments