Skip to content

Commit

Permalink
fix(ci); add sitemap for sub api #2
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Nov 20, 2024
1 parent dce00fa commit a022252
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .teamcity/builds/apiReferences/templates/BuildApiReference.kt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ object BuildApiReference : Template({

artifactRules = "build/dokka/htmlMultiModule/** => pages.zip"

vcs {
root(
vcsRoots.KotlinLangOrg, """
scripts/doindex/
""".trimIndent()
)
}

params {
param("DOKKA_TEMPLATES_VERSION", DOKKA_TEMPLATES_VERSION)
}
Expand Down
2 changes: 1 addition & 1 deletion .teamcity/tests/buildTypes/ApiReferencesTemplateTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object ApiReferencesTemplateTest: BuildType({

requirements {
exists("docker.server.version")
contains("docker.server.osType", "linux")
doesNotContain("docker.server.osType", "windows")
}

features {
Expand Down

0 comments on commit a022252

Please sign in to comment.