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

Commit fa1200b

Browse files
committed
fix: action
1 parent dd55dac commit fa1200b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

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

15-
- run: npm run build
15+
- run: |
16+
npm install
17+
npm run build
1618
1719
- name: Deploy to Production
1820
uses: cloudflare/wrangler-action@v3

0 commit comments

Comments
 (0)