Skip to content

Commit

Permalink
Update generate-javadoc.yml HamaWhiteGG#102
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Oct 7, 2023
1 parent e27614e commit 6f01a1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
cache: maven

- name: Build with Maven
run: mvn clean compile

- name: Build and generate Javadoc
run: mvn javadoc:javadoc
Expand Down

0 comments on commit 6f01a1a

Please sign in to comment.