Skip to content

Commit

Permalink
fix(ci); fix Core API scriptDistAnalyze #2
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Nov 20, 2024
1 parent 3c8c795 commit 79a763f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ object BuildStdlibApiReference : BuildType({
dockerImage = "alpine"
}
scriptDistAnalyze {
//language=bash
scriptContent += """
cd ../..
cd ../../dist
mv sitemap.xml api/core/sitemap.xml
""".trimIndent()
}
Expand Down

0 comments on commit 79a763f

Please sign in to comment.