From c656fd9e9207acd193ac156c31fb8c8b06d8e07f Mon Sep 17 00:00:00 2001 From: Shreck Ye Date: Wed, 6 Nov 2024 10:15:46 +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 53c853c..868ab7a 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: [ "plugins-release" ] + branches: [ "*" ] pull_request: branches: [ "plugins-release" ] diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 2a61c1c..ffba1ea 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -46,7 +46,7 @@ afterEvaluate { dokka { dokkaSourceSets.all { sourceLink { - remoteUrl("https://github.com/huanshankeji/exposed-vertx-sql-client/tree/v${version}/lib") + remoteUrl("https://github.com/huanshankeji/exposed-vertx-sql-client/tree/16aa23182656c7082297270361475648e003b28e/lib") remoteLineSuffix.set("#L") } }