Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cveticm committed Dec 6, 2024
1 parent e0d66ef commit b617be2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/ci/copy.bara.sky.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ core.workflow(
destination_files = glob(["source/command/**"]),
authoring = authoring.pass_thru(author),
transformations = [
core.transformations(
core.move(
core.transform(
core.replace(
before = "docs/command/",
after = "source/command/",
paths = glob(["docs/command/**"]),
),
noop_behavior = "IGNORE_NOOP"
),
Expand Down

0 comments on commit b617be2

Please sign in to comment.