Skip to content

Commit 8a69959

Browse files
authored
chore: fix release javadocs (#373)
1 parent d167512 commit 8a69959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebuild/release/javadoc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
build:
1919
commands:
2020
- mvn javadoc:javadoc
21-
- cp -r ./target/site/apidocs /tmp
21+
- cp -r ./target/reports/apidocs /tmp
2222
- git checkout $GH_PAGES
2323
- cp -r /tmp/apidocs/* .
2424
- git add .

0 commit comments

Comments
 (0)