From a7ed8bc4fdeeed3a3b70a6f67cf6c38a938ee80e Mon Sep 17 00:00:00 2001 From: CarmJos Date: Sat, 8 Jan 2022 02:13:02 +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, 2 insertions(+) diff --git a/.scripts/copy-javadoc.sh b/.scripts/copy-javadoc.sh index 3fcf214..e64dae9 100644 --- a/.scripts/copy-javadoc.sh +++ b/.scripts/copy-javadoc.sh @@ -12,6 +12,8 @@ for FILE in easyplugin-*; do fi + echo "$FILE" + done cp -vrf .documentation/javadoc/JAVADOC-README.md docs/README.md