Skip to content

Commit a24d369

Browse files
authored
Revert workflow command to match AdvancedCore pattern
1 parent 590a0dd commit a24d369

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-javadoc.yml

Lines changed: 2 additions & 2 deletions
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 -P javadoc javadoc:javadoc
24-
javadoc-source-folder: 'SimpleAPI/target/apidocs'
23+
custom-command: mvn -f SimpleAPI/pom.xml deploy -P javadoc javadoc:aggregate
24+
javadoc-source-folder: 'SimpleAPI/target/reports/apidocs'

0 commit comments

Comments
 (0)