Skip to content

Commit eb0230f

Browse files
committed
Javadoc flavoured documentation
1 parent 9f9ddae commit eb0230f

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/publish-dokka.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,12 @@ jobs:
2525
with:
2626
ref: ${{ inputs.branch }}
2727

28-
- uses: nttld/setup-ndk@v1
29-
id: setup-ndk
30-
with:
31-
ndk-version: r26
32-
add-to-path: false
33-
link-to-sdk: true
34-
3528
- name: Build doc
36-
run: gradle -Pandroid=true dokkaHtml
29+
run: gradle dokkaJavadoc
3730

3831
- name: Deploy doc
3932
if: ${{ inputs.live-run || false }}
4033
uses: peaceiris/actions-gh-pages@v3
4134
with:
4235
github_token: ${{ secrets.GITHUB_TOKEN }}
43-
publish_dir: ./zenoh-java/build/dokka/html
36+
publish_dir: ./zenoh-java/build/dokka/javadoc

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ plugins {
3131
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
3232
id("org.jetbrains.kotlin.multiplatform") version "1.9.0" apply false
3333
id("org.mozilla.rust-android-gradle.rust-android") version "0.9.3" apply false
34-
id("org.jetbrains.dokka") version "1.8.20" apply false
34+
id("org.jetbrains.dokka") version "1.9.10" apply false
3535
id("com.adarshr.test-logger") version "3.2.0" apply false
3636
kotlin("plugin.serialization") version "1.9.0" apply false
3737
}

0 commit comments

Comments
 (0)