From 0f94204b6a7ce8238ff418616e3c123b4379ec0f Mon Sep 17 00:00:00 2001 From: CarmJos Date: Tue, 14 Dec 2021 06:03:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9javadoc=E7=94=9F=E6=88=90?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/javadoc.yml | 8 ++++---- easysql-beecp/pom.xml | 2 ++ easysql-hikaricp/pom.xml | 2 ++ easysql-impl/pom.xml | 1 + 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/javadoc.yml b/.github/workflows/javadoc.yml index b49a3d6..11e6f77 100644 --- a/.github/workflows/javadoc.yml +++ b/.github/workflows/javadoc.yml @@ -24,20 +24,20 @@ jobs: distribution: 'adopt' - name: Generate docs - run: mvn javadoc:javadoc + run: mvn clean package - name: Copy to Location run: | rm -rf docs mkdir -vp docs - cp -vrf easysql-api/target/site/apidocs/* docs/ + cp -vrf easysql-api/target/apidocs/* docs/ cp -vrf JAVADOC-README.md docs/README.md - name: Generate the sitemap id: sitemap uses: cicirello/generate-sitemap@v1 with: - base-url-path: https://carmjos.github.io/userprefix + base-url-path: https://carmjos.github.io/easysql path-to-root: docs - name: Output stats @@ -62,7 +62,7 @@ jobs: run: | cd docs git init - git remote add origin git@github.com:CarmJos/UserPrefix.git + git remote add origin git@github.com:CarmJos/EasySQL.git git checkout -b gh-pages git add -A git commit -m "API Document generated." diff --git a/easysql-beecp/pom.xml b/easysql-beecp/pom.xml index a9f02c7..4289300 100644 --- a/easysql-beecp/pom.xml +++ b/easysql-beecp/pom.xml @@ -50,6 +50,8 @@ 8 UTF-8 UTF-8 + true + true diff --git a/easysql-hikaricp/pom.xml b/easysql-hikaricp/pom.xml index edd4d45..690ab37 100644 --- a/easysql-hikaricp/pom.xml +++ b/easysql-hikaricp/pom.xml @@ -49,6 +49,8 @@ 8 UTF-8 UTF-8 + true + true diff --git a/easysql-impl/pom.xml b/easysql-impl/pom.xml index 824b6e5..2b73137 100644 --- a/easysql-impl/pom.xml +++ b/easysql-impl/pom.xml @@ -50,6 +50,7 @@ 8 UTF-8 UTF-8 + true