Skip to content

Commit 17dbdd0

Browse files
committed
Fix the command used to generate JavaDoc
1 parent 5bfd6c3 commit 17dbdd0

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)