Skip to content

Commit d519268

Browse files
committed
Fix another call
1 parent f21df03 commit d519268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docgen/generate-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ function writeGeneratedFileList(htmlFiles) {
259259
path: `${devsitePath}${filename}`
260260
};
261261
});
262-
const generatedTocYAML = yaml.safeDump({ toc: fileList });
262+
const generatedTocYAML = yaml.dump({ toc: fileList });
263263
return fs
264264
.writeFile(`${docPath}/_toc_autogenerated.yaml`, generatedTocYAML)
265265
.then(() => htmlFiles);

0 commit comments

Comments
 (0)