Skip to content

Commit

Permalink
Deploy for the first time
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Nov 6, 2024
1 parent a1f4168 commit 91fedc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dokka-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy the site to GitHub Pages

on:
push:
branches: [ "release" ]
branches: [ "*" ]
pull_request:
branches: [ "release" ]

Expand Down
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 @@ -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")
}
}
Expand Down

0 comments on commit 91fedc5

Please sign in to comment.