Skip to content

Commit 0a7f4a9

Browse files
committed
Fix generated doc location
html and pdf subdirs
1 parent 5601017 commit 0a7f4a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,12 +362,12 @@ task docsZip(type: Zip, dependsOn: [reference]) {
362362
}
363363

364364
from ('build/asciidoc/html5') {
365-
into 'reference'
365+
into 'reference/html'
366366
}
367367

368368
from ('build/asciidoc/pdf') {
369369
include 'index.pdf'
370-
into 'reference'
370+
into 'reference/pdf'
371371
}
372372
}
373373

0 commit comments

Comments
 (0)