Skip to content

Commit ec22e4f

Browse files
authored
Add build step for open-next site in workflow
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent e85b27a commit ec22e4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tmp-cloudflare-open-next-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
working-directory: apps/site
5555
run: node --run build:blog-data
5656

57+
- name: Build open-next site
58+
working-directory: apps/site
59+
run: node --run cloudflare:build:worker
60+
5761
- name: Deploy open-next site
5862
working-directory: apps/site
5963
run: node --run cloudflare:deploy

0 commit comments

Comments
 (0)