Skip to content

Commit

Permalink
Update gh-pages_javadoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
micycle1 authored Jul 29, 2023
1 parent 9128375 commit c66b5b8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gh-pages_javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 11
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 8
distribution: adopt
- name: Build javadocs with Maven
run: mvn javadoc:javadoc -Ddoclint=none -Dsubpackages=micycle.pgs -DexcludePackageNames=micycle.pgs.color:micycle.pgs.utility
run: mvn javadoc:javadoc -Ddoclint=none -Dsubpackages=micycle.pgs -DexcludePackageNames=micycle.pgs.color
- name: Publish javadocs
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: target/site/apidocs # The folder the action should deploy.
folder: target/apidocs # The folder the action should deploy.
- name: Cache Maven packages
uses: actions/cache@v2
with:
Expand Down

0 comments on commit c66b5b8

Please sign in to comment.