We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ef341 commit 98ee573Copy full SHA for 98ee573
1 file changed
.circleci/config.yml
@@ -79,6 +79,10 @@ jobs:
79
path: androidplot-core/build/reports/tests/
80
destination: test_results
81
82
+ - store_artifacts:
83
+ path: androidplot-core/build/docs/javadoc
84
+ destination: javadoc
85
+
86
- store_test_results:
87
path: androidplot-core/build/test-results/
88
0 commit comments