Skip to content

Commit

Permalink
Fix dokka publication path
Browse files Browse the repository at this point in the history
  • Loading branch information
kunyavskiy committed Oct 11, 2024
1 parent eaccc03 commit a9563cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cds/full/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ apiValidation {
}

dokka {
dokkaPublicationDirectory.set(rootProject.layout.projectDirectory.dir("_site").dir("cds"))
dokkaPublications.named("html").configure {
outputDirectory.set(rootProject.layout.projectDirectory.dir("_site").dir("cds"))
}
moduleName.set("ICPC-live contest data parser")
}

Expand Down

0 comments on commit a9563cb

Please sign in to comment.