Skip to content

Commit

Permalink
build+publish javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
micycle1 authored May 1, 2021
1 parent cc252ac commit 54d0682
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11

- name: Build docs with Maven
- run: mvn javadoc:javadoc

- name: publish javadoc
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.


- name: Cache SonarCloud packages
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 54d0682

Please sign in to comment.