diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5f71242..fe54e51 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,7 +47,7 @@ jobs: run: | rm -rf docs mkdir -vp docs - cp -vrf target/apidocs/* docs/ + cp -vrf target/reports/apidocs/* docs/ cp -vrf .documentation/JAVADOC-README.md docs/README.md - name: "Generate the Javadoc sitemap"