Skip to content

Commit f8fd65b

Browse files
committed
Fix path used to copy sample's output into docs zip
See gh-719
1 parent cf050ef commit f8fd65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ task docsZip(type: Zip, dependsOn: [":docs:asciidoctor", ":api", ":restNotesSpri
188188
into "api"
189189
}
190190

191-
from(file("samples/rest-notes-spring-hateoas/build/asciidoc/html5")) {
191+
from(file("samples/rest-notes-spring-hateoas/build/docs/asciidoc")) {
192192
into "samples/restful-notes"
193193
}
194194
}

0 commit comments

Comments
 (0)