File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments