Skip to content

Commit

Permalink
Github Actions: replace javadoc action with maven command
Browse files Browse the repository at this point in the history
  • Loading branch information
carterpage committed Jul 26, 2024
1 parent 67b2387 commit b4e2f5f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Deploy JavaDoc 🚀
uses: MathieuSoysal/Javadoc-publisher.yml@v2.5.0
- uses: actions/setup-java@v4
with:
java-version: 8
javadoc-source-folder: ./src/site/resources/apidocs
project: maven
without-deploy: true
without-checkout: true
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Run the Maven javadoc command
run: mvn javadoc:aggregate -DreportOutputDirectory=src/site/resources/apidocs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit b4e2f5f

Please sign in to comment.