Skip to content

Commit

Permalink
fix: path to guide build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ursjoss committed Sep 5, 2023
1 parent 1d31faa commit bc1ddb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/guide.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

tasks {
val builtGuideDir = project.layout.buildDirectory.get().asFile.resolve("/guide")
val builtGuideDir = project.layout.buildDirectory.get().asFile.resolve("guide")
withType<AsciidoctorTask> {
sourceDir(file("src/docs/asciidoc/"))
setBaseDir(file("src/docs/asciidoc/"))
Expand Down

0 comments on commit bc1ddb3

Please sign in to comment.