Skip to content

Commit 91fedc5

Browse files
committed
Deploy for the first time
1 parent a1f4168 commit 91fedc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dokka-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy the site to GitHub Pages
22

33
on:
44
push:
5-
branches: [ "release" ]
5+
branches: [ "*" ]
66
pull_request:
77
branches: [ "release" ]
88

buildSrc/src/main/kotlin/dokka-convention.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
dokka {
66
dokkaSourceSets.all {
77
sourceLink {
8-
remoteUrl("https://github.com/huanshankeji/compose-html-material/tree/v${version}/${project.name}")
8+
remoteUrl("https://github.com/huanshankeji/compose-html-material/tree/a1f4168de1bfbab045dbe95daf2d0bd7a59ea46b/${project.name}")
99
remoteLineSuffix.set("#L")
1010
}
1111
}

0 commit comments

Comments
 (0)