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 c66b5b8 commit f65e231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages_javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: 8
distribution: adopt
Expand All @@ -23,7 +23,7 @@ jobs:
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: target/apidocs # The folder the action should deploy.
folder: target/site/apidocs # The folder the action should deploy.
- name: Cache Maven packages
uses: actions/cache@v2
with:
Expand Down

0 comments on commit f65e231

Please sign in to comment.