File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
references/builds/kotlinx/io Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ object BuildParams {
20
20
const val KOTLINX_DATETIME_ID = " kotlinx-datetime"
21
21
const val KOTLINX_DATETIME_TITLE = KOTLINX_DATETIME_ID
22
22
23
- const val KOTLINX_IO_RELEASE_TAG = " whyoleg/dokka2-sync "
23
+ const val KOTLINX_IO_RELEASE_TAG = " master "
24
24
const val KOTLINX_IO_RELEASE_LABEL = " 0.7.0"
25
25
const val KOTLINX_IO_ID = " kotlinx-io"
26
26
const val KOTLINX_IO_TITLE = KOTLINX_IO_ID
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ import references.vcsRoots.KotlinxIO
10
10
11
11
object KotlinxIOBuildApiReference : BuildApiPages(
12
12
apiId = KOTLINX_IO_ID ,
13
- releaseTag = KOTLINX_IO_RELEASE_LABEL .removePrefix("v"),
13
+ releaseTag = KOTLINX_IO_RELEASE_LABEL ,
14
+ pagesRoot = " build/dokka/html" ,
14
15
stepDokkaVersionSync = {
15
16
// TODO readme, and disable this step for other libs too
16
17
null
@@ -25,7 +26,7 @@ object KotlinxIOBuildApiReference : BuildApiPages(
25
26
scriptContent = """
26
27
#!/bin/bash
27
28
set -e -u
28
- ./gradlew dokkaHtmlMultiModule --no-daemon --no-configuration-cache
29
+ ./gradlew :dokkaGenerate --no-daemon
29
30
""" .trimIndent()
30
31
}
31
32
}
You can’t perform that action at this time.
0 commit comments