We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84576c2 commit c6bd11cCopy full SHA for c6bd11c
1 file changed
.github/workflows/beta_deploy.yml
@@ -1,4 +1,4 @@
1
-name: Deploy beta to Netlify
+name: Deploy beta to Cloudflare
2
3
on:
4
# Trigger the workflow every time you push to the `main` branch
@@ -20,6 +20,8 @@ jobs:
20
steps:
21
- name: Checkout your repository using git
22
uses: actions/checkout@v4
23
+ - name: Install dependencies
24
+ run: npm ci
25
- name: Build website
26
run: npm run build
27
- name: Deploy to Cloudflare Workers
0 commit comments