mirror of
https://github.com/thelittlerocket/rss-to-email.git
synced 2024-12-25 19:32:15 +08:00
Compare commits
4 commits
95c7d3eab7
...
c8767ed2c1
Author | SHA1 | Date | |
---|---|---|---|
|
c8767ed2c1 | ||
|
1e8cb06408 | ||
|
189f010de1 | ||
|
27fd44f8b5 |
2 changed files with 6 additions and 3 deletions
3
.github/workflows/send-email.yaml
vendored
3
.github/workflows/send-email.yaml
vendored
|
@ -26,6 +26,9 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install dayjs rss-parser
|
||||
|
||||
- run: npm ci
|
||||
|
||||
- name: Create email
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
export const feeds = [
|
||||
// LET Offers
|
||||
'https://www.lowendtalk.com/categories/offers.rss',
|
||||
'https://lowendtalk.com/categories/offers/feed.rss',
|
||||
|
||||
// LET Domains
|
||||
'https://www.lowendtalk.com/categories/domains.rss',
|
||||
// 'https://www.lowendtalk.com/categories/domains.rss',
|
||||
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue