Skip to content

Commit

Permalink
fix(ci); add dokka deps to checkout rules
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Nov 20, 2024
1 parent 5382cf3 commit bcbb4fd
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import jetbrains.buildServer.configs.kotlin.buildSteps.script

object PrepareDokkaTemplate: Template({
name = "Build Custom HTML Template"
artifactRules = "dokka-templates/** => dokka-templates"
artifactRules = """
dokka-templates/** => dokka-templates
""".trimIndent()

requirements {
doesNotContain("teamcity.agent.name", "windows")
Expand All @@ -21,6 +23,7 @@ object PrepareDokkaTemplate: Template({
yarn.lock
dokka-templates/
scripts/dokka/
scripts/react-renderer/
""".trimIndent())
}

Expand Down

0 comments on commit bcbb4fd

Please sign in to comment.