LDAP-331: Fix deploy of reference

This commit is contained in:
Rob Winch
2015-05-05 14:43:49 -05:00
parent 226c6f5a0d
commit 109aff2ecc
4 changed files with 1 additions and 1 deletions

View File

@@ -133,7 +133,7 @@ task docsZip(type: Zip, dependsOn: asciidoctor) {
into "apidocs"
}
from (asciidoctor.outputDir) {
from (new File(asciidoctor.outputDir, "html5")) {
include "*.html"
into "reference"
}