From 612fd7138a712a3bad3164a3f8c23e9e5d950482 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 5 Aug 2021 09:24:50 +0100 Subject: [PATCH] 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) --- .github/workflows/deploy-sonatype.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-sonatype.yml b/.github/workflows/deploy-sonatype.yml index 1475c8b..2e1d517 100644 --- a/.github/workflows/deploy-sonatype.yml +++ b/.github/workflows/deploy-sonatype.yml @@ -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.