Skip to content

Commit c704c09

Browse files
committed
fix broken links on GitHub Pages site sidebar
1 parent 7418ca7 commit c704c09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,9 @@ dokka {
304304
}
305305
}
306306
}
307+
dokkaPublications.html {
308+
outputDirectory.set(project.layout.buildDirectory.dir("dokka"))
309+
}
307310
}
308311

309312

0 commit comments

Comments
 (0)