We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f4168 commit 91fedc5Copy full SHA for 91fedc5
.github/workflows/dokka-gh-pages.yml
@@ -2,7 +2,7 @@ name: Deploy the site to GitHub Pages
2
3
on:
4
push:
5
- branches: [ "release" ]
+ branches: [ "*" ]
6
pull_request:
7
branches: [ "release" ]
8
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}")
9
remoteLineSuffix.set("#L")
10
}
11
0 commit comments