diff --git a/.github/settings.xml b/.github/settings.xml index bef4174..f04b0d2 100644 --- a/.github/settings.xml +++ b/.github/settings.xml @@ -1,7 +1,7 @@ + http://maven.apache.org/xsd/settings-1.0.0.xsd"> Personal diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbc74bd..2176f8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,10 +67,10 @@ jobs: run: | VERSION=${{ steps.version.outputs.VERSION }} mkdir -p gh-pages-out/javadoc/$VERSION - cp -r target/reports/apidocs/. gh-pages-out/javadoc/$VERSION/ + cp -r flash/target/site/apidocs/. gh-pages-out/javadoc/$VERSION/ rm -rf gh-pages-out/latest mkdir -p gh-pages-out/latest - cp -r target/reports/apidocs/. gh-pages-out/latest/ + cp -r flash/target/site/apidocs/. gh-pages-out/latest/ - name: Regenerate index.html run: |