Skip to content

Commit e85b27a

Browse files
authored
Update tmp-cloudflare-open-next-deploy.yml
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 705a883 commit e85b27a

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
@@ -50,6 +50,10 @@ jobs:
5050
- name: Install packages
5151
run: pnpm install --frozen-lockfile
5252

53+
- name: Build blog data
54+
working-directory: apps/site
55+
run: node --run build:blog-data
56+
5357
- name: Deploy open-next site
5458
working-directory: apps/site
5559
run: node --run cloudflare:deploy

0 commit comments

Comments
 (0)