From d2156784fb1bb39b5e0154000b5e7a24c450295c Mon Sep 17 00:00:00 2001 From: Shreck Ye Date: Tue, 5 Nov 2024 20:13:38 +0800 Subject: [PATCH] Deploy for the first time --- .github/workflows/dokka-gh-pages.yml | 2 +- lib/build.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 2781a64..2517bdf 100644 --- a/.github/workflows/dokka-gh-pages.yml +++ b/.github/workflows/dokka-gh-pages.yml @@ -2,7 +2,7 @@ name: Deploy the API documentation to GitHub Pages with Dokka on: push: - branches: [ "release" ] + branches: [ "*" ] pull_request: branches: [ "release" ] diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 54f9243..b051f87 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -13,7 +13,7 @@ dependencies { dokka { dokkaSourceSets.all { sourceLink { - remoteUrl("https://github.com/huanshankeji/exposed-adt-mapping/tree/v${version}/lib") + remoteUrl("https://github.com/huanshankeji/exposed-adt-mapping/tree/65548c38a72f037345ad0aff4982522348753fdf/lib") remoteLineSuffix.set("#L") } }