Skip to content

Commit 98ee573

Browse files
committed
adds javadoc artifact to circleci builds
1 parent 02ef341 commit 98ee573

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
path: androidplot-core/build/reports/tests/
8080
destination: test_results
8181

82+
- store_artifacts:
83+
path: androidplot-core/build/docs/javadoc
84+
destination: javadoc
85+
8286
- store_test_results:
8387
path: androidplot-core/build/test-results/
8488

0 commit comments

Comments
 (0)