mirror of
https://github.com/nafnlj/nljfeeds.git
synced 2024-12-04 21:46:09 +00:00
Update update-feed.yaml
This commit is contained in:
parent
f88ad5cf89
commit
5d4c4e705d
6
.github/workflows/update-feed.yaml
vendored
6
.github/workflows/update-feed.yaml
vendored
@ -8,17 +8,17 @@ on:
|
|||||||
# Adjust refresh schedule here. By default, it runs once per day.
|
# Adjust refresh schedule here. By default, it runs once per day.
|
||||||
# Syntax reference: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#schedule
|
# Syntax reference: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#schedule
|
||||||
# Recommended tool: https://crontab.guru/
|
# Recommended tool: https://crontab.guru/
|
||||||
|
- cron: "0 14,20 * * *"
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3
|
||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "20"
|
node-version: "20"
|
||||||
cache: 'npm'
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Build the feed
|
- name: Build the feed
|
||||||
|
Loading…
Reference in New Issue
Block a user