From e88bf301cc20f4b34b7e1ea21dee1fed780b4bd0 Mon Sep 17 00:00:00 2001 From: carm Date: Sun, 16 Feb 2025 02:31:10 +0800 Subject: [PATCH] ci(javadoc): Fixed javadoc deployment --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"