Skip to content

Commit

Permalink
chore: fix release javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
justplaz committed Sep 18, 2024
1 parent d167512 commit 9d72f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebuild/release/javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ phases:
build:
commands:
- mvn javadoc:javadoc
- cp -r ./target/site/apidocs /tmp
- cp -r ./target/reports/apidocs /tmp
- git checkout $GH_PAGES
- cp -r /tmp/apidocs/* .
- git add .
Expand Down

0 comments on commit 9d72f34

Please sign in to comment.