Add outputs of api to docsZip

This commit is contained in:
Rob Winch
2024-05-30 16:52:19 -05:00
parent 11c132f4f6
commit 0ebdb51d5b

View File

@@ -17,3 +17,9 @@ antora {
'BUILD_VERSION': project.version,
]
}
docsZip {
from (api) {
into "api"
}
}