Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Commit dd55dac

Browse files
committed
fix: action
1 parent b82c9e6 commit dd55dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- build: npm run build
15+
- run: npm run build
1616

1717
- name: Deploy to Production
1818
uses: cloudflare/wrangler-action@v3

0 commit comments

Comments
 (0)