Skip to content

Commit 49d694c

Browse files
update branch
1 parent c0f666a commit 49d694c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Docs
22

33
on:
44
push:
5-
branches: [ 'api-ref', 'main' ]
5+
branches: [ 'main' ]
66

77
permissions:
88
contents: read

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
alias(libs.plugins.kotlinter) apply false
2323
alias(libs.plugins.keeper) apply false
2424
alias(libs.plugins.kotlin.atomicfu) apply false
25-
id("org.jetbrains.dokka") version "2.0.0"
25+
id("org.jetbrains.dokka") version libs.versions.dokkaBase
2626
id("dokka-convention")
2727
}
2828

0 commit comments

Comments
 (0)