Skip to content

Commit

Permalink
Reorder a section of the bundle config
Browse files Browse the repository at this point in the history
  • Loading branch information
rjyounes committed Jul 23, 2024
1 parent 8798419 commit 78b7449
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 78b7449

Please sign in to comment.