From 78b7449d2ac61509b92c54f848df89c8e58ed59e Mon Sep 17 00:00:00 2001 From: Rebecca Younes Date: Tue, 23 Jul 2024 15:41:08 -0400 Subject: [PATCH] Reorder a section of the bundle config --- bundle.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/bundle.yaml b/bundle.yaml index d4496394..18c6bea7 100644 --- a/bundle.yaml +++ b/bundle.yaml @@ -211,18 +211,8 @@ actions: target: "{output}/docs/" includes: - "*.md" -- action: "copy" - message: "Copying model documentation." - source: "{input}/docs/models" - target: "{output}/docs/models" -- action: "markdown" - message: "Formatting model documentation as HTML." - source: "{output}/docs/models/" - target: "{output}/docs/models/" - includes: - - "*.md" - action: "move" - message: "Patching local links in the documentation." + message: "Patching local links in documentation." source: "{output}/docs/" target: "{output}/docs/" includes: @@ -233,8 +223,18 @@ actions: replace: from: "((\\./|(?:\\.\\./)+).+)\\.md" to: "\\g<1>.html" +- action: "copy" + message: "Copying model documentation." + source: "{input}/docs/models" + target: "{output}/docs/models" +- action: "markdown" + message: "Formatting model documentation as HTML." + source: "{output}/docs/models/" + target: "{output}/docs/models/" + includes: + - "*.md" - action: "move" - message: "Patching local links in the HTML model documentation." + message: "Patching local links in HTML model documentation." source: "{output}/docs/models/" target: "{output}/docs/models/" includes: