tangled
alpha
login
or
join now
danabra.mov
/
overreacted
51
fork
atom
my blog https://overreacted.io
51
fork
atom
overview
issues
pulls
2
pipelines
uh idk
danabra.mov
5 months ago
49249bff
f275d504
+1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yaml
+1
.tangled/workflows/deploy.yaml
···
10
steps:
11
- name: build site
12
command: |
0
13
npm run build
14
- name: deploy
15
command: |
···
10
steps:
11
- name: build site
12
command: |
13
+
npm install
14
npm run build
15
- name: deploy
16
command: |