Fix bad path
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 56s

This commit is contained in:
thepaperpilot 2024-06-10 23:31:03 -05:00
parent 0a10ea1d67
commit 3420c36e69

View file

@ -295,7 +295,7 @@ ${entries.join("\n\n")}
`);
fs.closeSync(fd);
fs.mkdirSync("./public/changelog");
fs.mkdirSync("site/public/changelog");
fd = fs.openSync("site/public/changelog/rss", "w+");
fs.writeSync(fd, feed.rss2());