We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2626c68 commit f2420b1Copy full SHA for f2420b1
1 file changed
.github/workflows/ci.yml
@@ -25,6 +25,9 @@ jobs:
25
- name: Build with Maven
26
run: mvn -B clean verify
27
28
+ - name: Generate Javadoc
29
+ run: mvn javadoc:javadoc
30
+
31
- name: Upload Javadoc to GitHub Pages
32
if: github.ref == 'refs/heads/master'
33
run: |
0 commit comments