diff --git a/.github/workflows/update-feed.yaml b/.github/workflows/update-feed.yaml index fd2bea7..cb9fa9d 100644 --- a/.github/workflows/update-feed.yaml +++ b/.github/workflows/update-feed.yaml @@ -21,7 +21,7 @@ jobs: with: node-version: "20" - name: Install dependencies - run: npm i + run: npm install - name: Build the feed run: npm run build - name: Deploy to GitHub Pages