We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd1e64 commit e8c6ca7Copy full SHA for e8c6ca7
.github/workflows/build.yml
@@ -26,14 +26,10 @@ jobs:
26
- name: Run Tests
27
run: mvn -B test --file pom.xml
28
29
- - name: Generate Javadoc
30
- if: success()
31
- run: mvn javadoc:javadoc
32
-
33
- - name: Deploy Javadoc to GitHub Pages
34
35
- uses: peaceiris/actions-gh-pages@v3
36
- with:
37
- github_token: ${{ secrets.GITHUB_TOKEN }}
38
- publish_dir: ./target/site/apidocs
39
- publish_branch: javadoc
+ - uses: MathieuSoysal/Javadoc-publisher.yml@v3.0.2
+ with:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ javadoc-branch: javadoc
+ java-version: 21
+ target-folder: javadoc
+ project: maven
0 commit comments