From e7b5b78d666b835a2ecac078269abb5835954342 Mon Sep 17 00:00:00 2001 From: Carm Date: Wed, 5 Feb 2025 00:24:46 +0800 Subject: [PATCH] =?UTF-8?q?ci(doc):=20=E4=BF=AE=E5=A4=8Djavadoc=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 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"