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