1
0
mirror of synced 2026-01-21 06:03:56 -05:00

Pipeline tweaks (#36065)

This commit is contained in:
Rachael Sewell
2023-03-31 08:47:45 -07:00
committed by GitHub
parent b80d696995
commit c65d967de0
4 changed files with 25 additions and 14 deletions

View File

@@ -43,7 +43,11 @@ async function main() {
cliMarkdownContents[targetFilename] = { data: sourceData, content: finalSourceContent }
}
// Begin updating Markdown files in the content directory
await updateContentDirectory(targetDirectory, cliMarkdownContents, frontmatterDefaults)
await updateContentDirectory({
targetDirectory,
sourceContent: cliMarkdownContents,
frontmatter: frontmatterDefaults,
})
}
// Separates out steps that need to be done before the sync can begin