File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ core.workflow(
2323 integrates = [],
2424 ),
2525 origin_files = glob(["docs/command/**"], exclude = ["docs/command/atlas-completion**"]),
26- destination_files = glob(["source/includes/command/**"]),
26+ destination_files = glob(["source/includes/command/**"], exclude=["source/includes/command/atlas-kubernetes**"] ),
2727 authoring = authoring.pass_thru(author),
2828 transformations = [
2929 core.move("docs/command", "source/includes/command"),
@@ -46,7 +46,7 @@ core.workflow(
4646 integrates = [],
4747 ),
4848 origin_files = glob(["docs/command/**"]),
49- destination_files = glob(["source/command/**"]),
49+ destination_files = glob(["source/command/**"], exclude=["source/includes/command/atlas-kubernetes**"] ),
5050 authoring = authoring.pass_thru(author),
5151 transformations = [
5252 core.move("docs/command", "source/command"),
You can’t perform that action at this time.
0 commit comments