try exposing javadoc CI

This commit is contained in:
James Seibel
2023-06-26 07:41:48 -05:00
parent 88fbd76952
commit 76dfff013f
+2 -1
View File
@@ -25,7 +25,8 @@ build_api_javadoc:
artifacts:
name: "ApiJavaDoc-${CI_COMMIT_SHORT_SHA}-${CI_COMMIT_TIMESTAMP}"
paths:
- api/build/docs/javadoc
- api/build/docs/javadoc/
expose_as: "doc"
when: always
cache:
key: "gradleCache"