Fix bad path
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 56s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 56s
This commit is contained in:
parent
0a10ea1d67
commit
3420c36e69
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue