We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1eead6 commit 41a3e69Copy full SHA for 41a3e69
.github/workflows/beta_deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Checkout your repository using git
25
uses: actions/checkout@v4
26
- name: Install dependencies
27
- run: npm run install
+ run: npm ci
28
- name: Build website
29
run: npm run build
30
- name: Deploy to Cloudflare Workers
.github/workflows/deploy.yml
0 commit comments