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 16aa231 commit c656fd9
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 API documentation to GitHub Pages with Dokka

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

Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
Expand Down

0 comments on commit c656fd9

Please sign in to comment.