We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecfe91 commit a222c9bCopy full SHA for a222c9b
.github/scripts/create-rss.mjs
@@ -159,7 +159,7 @@ const rssFilePath = `./docs/rss/${year}-${week}.json`;
159
const markdownContent = fs.readFileSync('./docs/README.md', 'utf-8');
160
// <!--RSS_LIST_START--><!--RSS_LIST_END-->
161
const contentx = markdownContent.replace(/<!--RSS_LIST_START-->[\s\S]*<!--RSS_LIST_END-->/g, `<!--RSS_LIST_START-->\n${mdListContent}\n<!--RSS_LIST_END-->`);
162
- fs.writeFileSync('./docs/README.md', contentx);
+ fs.writeFileSync('./docs/feed.md', contentx);
163
// 输出写入成功日志
164
info(`README.md 文件写入成功:./docs/README.md`);
165
docs/README.md
@@ -0,0 +1 @@
1
+README.md
0 commit comments