diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index efb8d4c46..f18b6a71f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: - name: Generate javadocs run: mvn compile javadoc:aggregate - name: Publish javadocs - uses: JamesIves/github-pages-deploy-action@v4.6.3 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: branch: gh-pages folder: target/site/apidocs