A Astro blog hosted on Vercel

use nix in workflow

+3 -5
+3 -5
.tangled/workflows/deploy.yaml
··· 7 7 - nodejs 8 8 9 9 steps: 10 - - name: Install dependencies 11 - command: npm ci 12 - 13 - - name: Build project 14 - command: npm run build 10 + - name: build site 11 + command: | 12 + nix develop --command bash -c 'npm ci & npm run build' 15 13 16 14 - name: Deploy to Vercel 17 15 env: