Skip to content

Commit 55f8281

Browse files
committed
update
1 parent 71ad78e commit 55f8281

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-to-preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
npx wrangler pages project create font-generator --production-branch main
3737
else
3838
echo "Project exists, skipping creation."
39-
fi
39+
fi
40+
npm run pages:build
4041
env:
4142
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4243
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)