Skip to content

Commit

Permalink
Fix Document Upload workflow
Browse files Browse the repository at this point in the history
  - Generate Javadoc before aggregate
  • Loading branch information
ilayaperumalg committed Nov 5, 2024
1 parent f36af38 commit 298b71c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
cache: 'maven'

- name: Generate Java docs
run: mvn clean install -DskipTests -Pjavadoc

- name: Aggregate Java docs
run: mvn javadoc:aggregate

- name: Generate assembly
Expand Down

0 comments on commit 298b71c

Please sign in to comment.