1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2026-06-05 00:35:02 +08:00

不再整理

This commit is contained in:
carm
2021-11-23 04:27:22 +08:00
parent 296339ca6f
commit 5151f1f917
+2 -1
View File
@@ -29,7 +29,8 @@ jobs:
- name: Copy to Location - name: Copy to Location
run: | run: |
rm -rf docs rm -rf docs
cp -vrf target/apidocs/. docs mkdir -vp docs
cp -vrf target/apidocs/* docs/
cp -vrf JAVADOC-README.md docs/README.md cp -vrf JAVADOC-README.md docs/README.md
# - name: Tidy up # - name: Tidy up