Skip to content

Commit ca3d4fc

Browse files
authored
Fix Javadoc publish workflow goal
1 parent b79417f commit ca3d4fc

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
@@ -20,5 +20,5 @@ jobs:
2020
target-folder: ''
2121
project: maven # or gradle
2222
# 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
23+
custom-command: mvn -f SimpleAPI/pom.xml -P javadoc javadoc:javadoc
2424
javadoc-source-folder: 'SimpleAPI/target/apidocs'

0 commit comments

Comments
 (0)