Files
sencho/.github/scripts
Anso 73b5ca7b34 fix(ci): create posts dir before writing scaffold output (#914)
writeFileSync throws ENOENT when the parent directory does not exist
in a freshly cloned website repo. Call mkdirSync with recursive:true
on the posts dir before writing the file.
2026-05-04 14:20:46 -04:00
..