From 91fedc592cf2a96c1d2ddaf59d5c837e88af1269 Mon Sep 17 00:00:00 2001 From: Shreck Ye Date: Wed, 6 Nov 2024 11:01:35 +0800 Subject: [PATCH] Deploy for the first time --- .github/workflows/dokka-gh-pages.yml | 2 +- buildSrc/src/main/kotlin/dokka-convention.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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") } }