Skip to content

Commit

Permalink
Switched to single version of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vondacho committed May 9, 2023
1 parent 9b63b33 commit 75ed2fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -172,26 +172,26 @@ mkdocs {
updateSiteUrl = false
sourcesDir = "src/doc"
buildDir = "build/mkdocs"
publish.docPath = "$version".ifEmpty { "snapshot" }
publish.docPath = ""
}

gitPublish {
contents {
from(mkdocs.buildDir)
from("build/reports/tests") {
into("${mkdocs.publish.docPath}/reports/tests")
into("reports/tests")
}
from("build/plantuml") {
into("${mkdocs.publish.docPath}/uml")
into("uml")
}
from("build/swagger-ui-apidoc") {
into("${mkdocs.publish.docPath}/api")
into("api")
}
from("src/doc/postman") {
into("${mkdocs.publish.docPath}/postman")
into("postman")
}
from("build/appmap/junit") {
into("${mkdocs.publish.docPath}/appmap")
into("appmap")
}
}
}
Expand Down

0 comments on commit 75ed2fd

Please sign in to comment.