diff --git a/.github/workflows/update-feed.yaml b/.github/workflows/update-feed.yaml index afe4f6d..5354274 100644 --- a/.github/workflows/update-feed.yaml +++ b/.github/workflows/update-feed.yaml @@ -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