Skip to content

Commit 72e6261

Browse files
committed
Update deploy.yml
1 parent a0d7898 commit 72e6261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
cache: 'npm'
2222

2323
- name: Install dependencies
24-
run: npm ci
24+
run: npm install
2525

2626
- name: Build
2727
run: npm run build --if-present
2828

29-
- name: Publish to Cloudflare Workers
29+
- name: Deploy to Cloudflare Workers
3030
uses: cloudflare/wrangler-action@v3
3131
with:
3232
apiToken: ${{ secrets.CF_API_TOKEN }}

0 commit comments

Comments
 (0)