Skip to content

Commit

Permalink
Manually specify the commit of the repository to deploy the API docum…
Browse files Browse the repository at this point in the history
…entation to GitHub Pages with Dokka for the first time
  • Loading branch information
ShreckYe committed Nov 5, 2024
1 parent b06299a commit b8ce2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/dokka-convention.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dokka {
sourceLink {
//localDirectory.set(file("src/main/kotlin"))
remoteUrl(
"https://github.com/huanshankeji/kotlin-common/tree/v${version}/${
"https://github.com/huanshankeji/kotlin-common/tree/b06299af90a13ab54cd56ce00104723536f80117/${
with(project) {
name.removePrefix(parent!!.name + '-')
}
Expand Down

0 comments on commit b8ce2b4

Please sign in to comment.