mirror of
https://github.com/nafnlj/nljfeeds.git
synced 2024-12-04 13:46:07 +00:00
Update update-feed.yaml
This commit is contained in:
parent
0ef5c7a9fe
commit
e1a54ef3c9
3
.github/workflows/update-feed.yaml
vendored
3
.github/workflows/update-feed.yaml
vendored
@ -20,8 +20,9 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
cache: 'npm'
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm install
|
||||
- name: Build the feed
|
||||
run: npm run build
|
||||
- name: Deploy to GitHub Pages
|
||||
|
Loading…
Reference in New Issue
Block a user