Skip to content

Commit

Permalink
fix: asciidoctor가 기존에 존재하는 api-docs.html 삭제 후 새 문서를 복사하도록 수정
Browse files Browse the repository at this point in the history
- 새 문서가 복사되지 않는 문제 해결
  • Loading branch information
dokkisan committed Aug 7, 2024
1 parent f418d11 commit 4e233bd
Show file tree
Hide file tree
Showing 2 changed files with 633 additions and 42 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ asciidoctor {
dependsOn test
}

asciidoctor.doFirst {
delete file('src/main/resources/static/docs')
}

bootJar {
dependsOn asciidoctor
from("${asciidoctor.outputDir}/html5") {
Expand Down
Loading

0 comments on commit 4e233bd

Please sign in to comment.