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

[1.0.1] 修复Javadoc部署

This commit is contained in:
2022-04-17 17:26:37 +08:00
parent 5898dfba6a
commit e373068017
6 changed files with 95 additions and 15 deletions
+2 -2
View File
@@ -40,14 +40,14 @@ jobs:
run: |
rm -rf docs
mkdir -vp docs
cp -vrf api/target/apidocs/* docs/
cp -vrf core/target/apidocs/* docs/
cp -vrf .documentation/JAVADOC-README.md docs/README.md
- name: "Generate the Javadoc sitemap"
id: sitemap
uses: cicirello/generate-sitemap@v1
with:
base-url-path: https://carmjos.github.io/EasySQL
base-url-path: https://CarmJos.github.io/EasyConfiguration
path-to-root: docs
- name: "Output stats"