mirror of
https://github.com/CarmJos/EasyPlugin.git
synced 2026-06-04 16:48:16 +08:00
测试Javadoc部署
This commit is contained in:
@@ -32,11 +32,7 @@ jobs:
|
||||
|
||||
- name: Copy to Location
|
||||
run: |
|
||||
rm -rf docs
|
||||
mkdir -vp docs
|
||||
for i in ../easyplugin* ; do if test -e "$i/target/apidocs/"; then echo cp -vrf "$i/target/apidocs/*" "docs/$1/"; fi ;done;
|
||||
cp -vrf .documentation/javadoc/JAVADOC-README.md docs/README.md
|
||||
cp -vrf .documentation/javadoc/index.html docs/index.html
|
||||
bash .scripts/copy-javadoc.sh
|
||||
|
||||
- name: Generate the sitemap
|
||||
id: sitemap
|
||||
|
||||
Reference in New Issue
Block a user