From a37380ea12699c0941f6793311b0f3f641e12be2 Mon Sep 17 00:00:00 2001 From: silver Date: Wed, 12 Apr 2023 05:58:16 +0900 Subject: [PATCH] =?UTF-8?q?[feat]=20=EB=AC=B8=EC=84=9C=20=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95=20=20#98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wingle/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wingle/build.gradle b/wingle/build.gradle index 1ce5782c..023c054d 100644 --- a/wingle/build.gradle +++ b/wingle/build.gradle @@ -141,7 +141,7 @@ asciidoctor { bootJar { // package the generated documentation dependsOn asciidoctor - from("${asciidoctor.outputDir}/html5") { + from("${asciidoctor.outputDir}") { into 'static/docs' } -} \ No newline at end of file +}