Fix javadoc - publish from correct path (#219)

* github/workflow/build: verify javadoc

* github/workflow/deploy: only publish javadoc after successful deploy to sonatype

* result: fix javadoc

* result: fix javadoc (jdk 16 flagged)

* result: fix javadoc (correct path)
This commit is contained in:
Paul Campbell 2021-08-05 09:24:50 +01:00 committed by GitHub
parent 74b3ea92b0
commit 612fd7138a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,4 +42,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@4.1.4
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.