1
mirror of https://github.com/CarmJos/EasyPlugin.git synced 2024-09-19 19:25:45 +00:00

测试Javadoc部署

This commit is contained in:
Carm Jos 2022-01-08 01:48:08 +08:00
parent b1b6b95a07
commit 47966b0be3

View File

@ -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