Update update-feed.yaml

Test 3
This commit is contained in:
N.A. Ferrell 2024-02-14 20:33:40 +00:00 committed by GitHub
parent 91c48204d3
commit c975dc87c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ jobs:
with: with:
node-version: "20" node-version: "20"
- name: Install dependencies - name: Install dependencies
run: npm i run: npm install
- name: Build the feed - name: Build the feed
run: npm run build run: npm run build
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages