Skip to content

Commit f2420b1

Browse files
committed
fix ci.yml
1 parent 2626c68 commit f2420b1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Build with Maven
2626
run: mvn -B clean verify
2727

28+
- name: Generate Javadoc
29+
run: mvn javadoc:javadoc
30+
2831
- name: Upload Javadoc to GitHub Pages
2932
if: github.ref == 'refs/heads/master'
3033
run: |

0 commit comments

Comments
 (0)