Skip to content

Commit

Permalink
Fix generated doc location
Browse files Browse the repository at this point in the history
html and pdf subdirs
  • Loading branch information
garyrussell committed Apr 5, 2019
1 parent 5601017 commit 0a7f4a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -362,12 +362,12 @@ task docsZip(type: Zip, dependsOn: [reference]) {
}

from ('build/asciidoc/html5') {
into 'reference'
into 'reference/html'
}

from ('build/asciidoc/pdf') {
include 'index.pdf'
into 'reference'
into 'reference/pdf'
}
}

Expand Down

0 comments on commit 0a7f4a9

Please sign in to comment.