From 47966b0be34c2189a97de7722a730f71aab89bba Mon Sep 17 00:00:00 2001 From: CarmJos Date: Sat, 8 Jan 2022 01:48:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95Javadoc=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .scripts/copy-javadoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/copy-javadoc.sh b/.scripts/copy-javadoc.sh index 7c9cace..c01673f 100644 --- a/.scripts/copy-javadoc.sh +++ b/.scripts/copy-javadoc.sh @@ -1,7 +1,7 @@ rm -rf docs mkdir -vp docs -for i in ../easyplugin*; do +for i in easyplugin*; do if test -e "$i/target/apidocs/"; then cp -vrf "$i/target/apidocs/*" "docs/$1/" fi