Skip to content

Commit 9359d84

Browse files
committed
Fix generated docs location
html and pdf subdirs
1 parent 85ddd28 commit 9359d84

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
@@ -465,12 +465,12 @@ task docsZip(type: Zip, dependsOn: [reference]) {
465465
}
466466

467467
from ('build/asciidoc/html5') {
468-
into 'reference'
468+
into 'reference/html'
469469
}
470470

471471
from ('build/asciidoc/pdf') {
472472
include 'index.pdf'
473-
into 'reference'
473+
into 'reference/pdf'
474474
}
475475
}
476476

0 commit comments

Comments
 (0)