Skip to content

Commit bef1cb4

Browse files
authored
Fix the command used to generate JavaDoc (#23)
2 parents 5bfd6c3 + 17dbdd0 commit bef1cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
distribution: 'temurin'
3131
cache: maven
3232
- name: Generate Javadoc
33-
run: mvn -B package --file pom.xml
33+
run: mvn -B javadoc:javadoc --file pom.xml
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v4
3636
- name: Upload artifact

0 commit comments

Comments
 (0)