Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
cveticm committed Dec 6, 2024
1 parent bf0c145 commit dbdb3d4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build/ci/copy.bara.sky.template
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ core.workflow(
authoring = authoring.pass_thru(author),
transformations = [
core.replace(
before = "docs/command/",
after = "source/command/",
paths = glob(["docs/command/**"]),
replacement = "source/command/",
overwrite = True, # Only overwrite matching files
exclude = glob(["source/command/**"], allow_empty = True),

overwrite = True
),
],
)

0 comments on commit dbdb3d4

Please sign in to comment.