File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ git checkout gh-pages
24
24
mkdir -p $RELEASE_VERSION /htmlsingle
25
25
cp target/generated-docs/index.html $RELEASE_VERSION /htmlsingle
26
26
mkdir -p $RELEASE_VERSION /api
27
- cp -r target/site /apidocs/* $RELEASE_VERSION /api/
27
+ cp -r target/reports /apidocs/* $RELEASE_VERSION /api/
28
28
git add $RELEASE_VERSION /
29
29
30
30
if [[ $LATEST == " true" ]]
@@ -42,11 +42,11 @@ if [[ $LATEST == "true" ]]
42
42
mkdir -p $DOC_DIR /htmlsingle
43
43
cp target/generated-docs/index.html $DOC_DIR /htmlsingle
44
44
mkdir -p $DOC_DIR /api
45
- cp -r target/site /apidocs/* $DOC_DIR /api/
45
+ cp -r target/reports /apidocs/* $DOC_DIR /api/
46
46
git add $DOC_DIR /
47
47
48
48
fi
49
49
50
50
git commit -m " $MESSAGE "
51
51
git push origin gh-pages
52
- git checkout main
52
+ git checkout main
You can’t perform that action at this time.
0 commit comments