Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 5e86870

Browse files
committed
Use html directory for document ZIP
Not html5 directory. References #169
1 parent 058a69d commit 5e86870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/asciidoc.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ configure(rootProject) {
7474
rename("index.pdf", "reactor-rabbitmq-reference-guide-${rootProject.version}.pdf")
7575
}
7676
}
77-
from("$buildDir/docs/asciidoc/html5/index.html") { into("docs/") }
78-
from("$buildDir/docs/asciidoc/html5/images") { into("images/") }
77+
from("$buildDir/docs/asciidoc/html/index.html") { into("docs/") }
78+
from("$buildDir/docs/asciidoc/html/images") { into("images/") }
7979
}
8080
}
8181

0 commit comments

Comments
 (0)