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") } }