diff --git a/.github/workflows/gh-pages_javadoc.yml b/.github/workflows/gh-pages_javadoc.yml index 33e1a514..e1acb0b5 100644 --- a/.github/workflows/gh-pages_javadoc.yml +++ b/.github/workflows/gh-pages_javadoc.yml @@ -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 @@ -23,7 +23,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@4.1.1 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: