1
mirror of https://github.com/CarmJos/EasyConfiguration.git synced 2026-06-04 10:38:19 +08:00

ci(javadoc): Fixed javadoc deployment

This commit is contained in:
2025-02-16 02:31:10 +08:00
parent f2c9750c35
commit e88bf301cc
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
run: |
rm -rf docs
mkdir -vp docs
cp -vrf core/target/apidocs/* docs/
cp -vrf core/target/reports/apidocs/* docs/
cp -vrf .doc/JAVADOC-README.md docs/README.md
- name: "Generate the Javadoc sitemap"