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
5d4c4e705d
commit
52f0cf7c10
6
.github/workflows/update-feed.yaml
vendored
6
.github/workflows/update-feed.yaml
vendored
@ -14,13 +14,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4.2.0
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
run: npm i
|
||||
- name: Build the feed
|
||||
run: npm run build
|
||||
- name: Deploy to GitHub Pages
|
||||
|
Loading…
Reference in New Issue
Block a user