diff --git a/build/ci/copy.bara.sky.template b/build/ci/copy.bara.sky.template index a03384d..e57f9a8 100644 --- a/build/ci/copy.bara.sky.template +++ b/build/ci/copy.bara.sky.template @@ -25,10 +25,11 @@ core.workflow( destination_files = glob(["source/command/**"]), authoring = authoring.pass_thru(author), transformations = [ - core.replace( + core.move( before = "docs/command/", after = "source/command/", paths = glob(["docs/command/**"]), + overwrite = True, ), ], )