DATAREDIS-361 - Read html resources for docs zip from asciidoctor output dir.
We now read generated html resources along with required css files from the asciidoctor output directory.
This commit is contained in:
@@ -212,7 +212,7 @@ task docsZip(type: Zip, dependsOn:['asciidoctor', 'referencePdf' ]) {
|
||||
into 'api'
|
||||
}
|
||||
|
||||
from ("$buildDir/reference/html") {
|
||||
from ("$asciidoctor.outputDir") {
|
||||
include "index.html"
|
||||
include "spring.css"
|
||||
into 'reference/html'
|
||||
|
||||
Reference in New Issue
Block a user