Skip to content

Commit c6bd11c

Browse files
committed
CI: have deploy job do npm ci (was missing)
1 parent 84576c2 commit c6bd11c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/beta_deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy beta to Netlify
1+
name: Deploy beta to Cloudflare
22

33
on:
44
# Trigger the workflow every time you push to the `main` branch
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout your repository using git
2222
uses: actions/checkout@v4
23+
- name: Install dependencies
24+
run: npm ci
2325
- name: Build website
2426
run: npm run build
2527
- name: Deploy to Cloudflare Workers

0 commit comments

Comments
 (0)