toc-patching #61

Merged
fred.boniface merged 4 commits from toc-patching into main 2024-11-10 19:09:00 +00:00
Showing only changes of commit 80762ad3c9 - Show all commits

View File

@ -52,7 +52,7 @@ function sortAndMergeYAMLFiles() {
// Remove any files created by dgp2
files.forEach(file => {
if (file.startsWith('auto-dgp2')) {
if (file.startsWith('auto-')) {
fs.unlinkSync(directoryPath + file);
console.log(`Deleted file: ${file}`);
}