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:
parent
74b3ea92b0
commit
612fd7138a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-sonatype.yml
vendored
2
.github/workflows/deploy-sonatype.yml
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue