tangled
alpha
login
or
join now
claycow.com
/
claycow
0
fork
atom
A Astro blog hosted on Vercel
0
fork
atom
overview
issues
pulls
pipelines
use nix in workflow
Clayton Cook
6 months ago
2a98d6e3
97a3a4ca
+3
-5
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yaml
+3
-5
.tangled/workflows/deploy.yaml
···
7
7
- nodejs
8
8
9
9
steps:
10
10
-
- name: Install dependencies
11
11
-
command: npm ci
12
12
-
13
13
-
- name: Build project
14
14
-
command: npm run build
10
10
+
- name: build site
11
11
+
command: |
12
12
+
nix develop --command bash -c 'npm ci & npm run build'
15
13
16
14
- name: Deploy to Vercel
17
15
env: