Skip to content

Commit 62ac4d7

Browse files
author
Boris Marinov
committed
stuff
1 parent d374e80 commit 62ac4d7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- name: Install dependencies
1818
run: npm install
1919
- name: Build feeds
20-
run: cat feed-sites | node index.js
20+
run: cat feed-sites | node index.js > feeds.md
2121
- uses: stefanzweifel/git-auto-commit-action@v5
2222

2323

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ rl.on('close', () => {
6161
.join('\n')
6262
)
6363
.then(console.log)
64-
.then(() => process.exit(1))
6564
});
6665

6766
rl.on('error', (err) => {

0 commit comments

Comments
 (0)