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
2424mkdir -p $RELEASE_VERSION /htmlsingle
2525cp target/generated-docs/index.html $RELEASE_VERSION /htmlsingle
2626mkdir -p $RELEASE_VERSION /api
27- cp -r target/site /apidocs/* $RELEASE_VERSION /api/
27+ cp -r target/reports /apidocs/* $RELEASE_VERSION /api/
2828git add $RELEASE_VERSION /
2929
3030if [[ $LATEST == " true" ]]
@@ -42,11 +42,11 @@ if [[ $LATEST == "true" ]]
4242 mkdir -p $DOC_DIR /htmlsingle
4343 cp target/generated-docs/index.html $DOC_DIR /htmlsingle
4444 mkdir -p $DOC_DIR /api
45- cp -r target/site /apidocs/* $DOC_DIR /api/
45+ cp -r target/reports /apidocs/* $DOC_DIR /api/
4646 git add $DOC_DIR /
4747
4848fi
4949
5050git commit -m " $MESSAGE "
5151git push origin gh-pages
52- git checkout main
52+ git checkout main
You can’t perform that action at this time.
0 commit comments