Skip to content

Commit 4544943

Browse files
fix: add OpenNext build step to generate worker.js
Co-Authored-By: Nathan Clevenger <nateclev@gmail.com>
1 parent 15b7138 commit 4544943

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cloudflare-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Build
3838
run: pnpm run build
3939

40+
- name: Build with OpenNext
41+
run: npx open-next build
42+
4043
- name: Deploy with Wrangler
4144
run: npx wrangler deploy
4245
env:

0 commit comments

Comments
 (0)