Update update-feed.yaml

This commit is contained in:
N.A. Ferrell 2024-02-15 02:28:14 +00:00 committed by GitHub
parent 5d4c4e705d
commit 52f0cf7c10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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