fix(ci): correct javadoc publish path and maven settings schema
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
||||||
http://maven.apache.org/xsd/maven-1.0.0.xsd">
|
http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||||
<servers>
|
<servers>
|
||||||
<server>
|
<server>
|
||||||
<id>Personal</id>
|
<id>Personal</id>
|
||||||
|
|||||||
@@ -67,10 +67,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
VERSION=${{ steps.version.outputs.VERSION }}
|
VERSION=${{ steps.version.outputs.VERSION }}
|
||||||
mkdir -p gh-pages-out/javadoc/$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
|
rm -rf gh-pages-out/latest
|
||||||
mkdir -p 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
|
- name: Regenerate index.html
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user