diff --git a/.github/workflows/dokka-gh-pages.yml b/.github/workflows/dokka-gh-pages.yml index cbaa277..1883178 100644 --- a/.github/workflows/dokka-gh-pages.yml +++ b/.github/workflows/dokka-gh-pages.yml @@ -2,7 +2,7 @@ name: Deploy the site to GitHub Pages on: push: - branches: [ "release" ] + branches: [ "*" ] pull_request: branches: [ "release" ] diff --git a/buildSrc/src/main/kotlin/dokka-convention.gradle.kts b/buildSrc/src/main/kotlin/dokka-convention.gradle.kts index 77fc338..61cf21d 100644 --- a/buildSrc/src/main/kotlin/dokka-convention.gradle.kts +++ b/buildSrc/src/main/kotlin/dokka-convention.gradle.kts @@ -5,7 +5,7 @@ plugins { dokka { dokkaSourceSets.all { sourceLink { - remoteUrl("https://github.com/huanshankeji/compose-html-material/tree/v${version}/${project.name}") + remoteUrl("https://github.com/huanshankeji/compose-html-material/tree/a1f4168de1bfbab045dbe95daf2d0bd7a59ea46b/${project.name}") remoteLineSuffix.set("#L") } }