Skip to content

Commit 210d4d5

Browse files
committed
feat(ci): add deps for kr.tree
1 parent 2d42d2f commit 210d4d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.teamcity/builds/kotlinlang/buidTypes/BuildReferenceDocs.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ object BuildReferenceDocs : BuildType({
3030
param("WH_PROJECT_NAME", "kotlin-reference")
3131
}
3232

33+
vcs { root(vcsRoots.KotlinLangOrg, """
34+
docs/kr.tree
35+
""".trimIndent()) }
36+
3337
steps {
3438
script {
3539
name = "Fix paths"

0 commit comments

Comments
 (0)