diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6c40b01..4efa712 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: run: | rm -rf docs mkdir -vp docs - cp -vrf core/target/apidocs/* docs/ + cp -vrf core/target/reports/apidocs/* docs/ cp -vrf .doc/JAVADOC-README.md docs/README.md - name: "Generate the Javadoc sitemap"