Skip to content

Commit 8e5e57a

Browse files
authored
Run deploy script instead of builtin pnpm deploy (#2027)
1 parent 7bb24bc commit 8e5e57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cloudflare-workers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Deploy
2727
working-directory: ./packages/og-image
28-
run: pnpm deploy
28+
run: pnpm run deploy
2929
env:
3030
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3131
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}

0 commit comments

Comments
 (0)