Skip to content

Commit

Permalink
Add javadoc creation to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
carterpage committed Jul 26, 2024
1 parent 15a83f2 commit 0be80f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Deploy JavaDoc 🚀
uses: MathieuSoysal/[email protected]
with:
java-version: 8
deploy-mode: artifact
javadoc-source-folder: ./src/site/resources/apidocs
project: maven
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 0be80f3

Please sign in to comment.