Pipeline tweaks (#36065)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user