Skip to content

Commit 5aaec3f

Browse files
committed
Add --branch=dev flag to Cloudflare Pages deploy
1 parent 43e316a commit 5aaec3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
run: npm run build
2828

2929
- name: Deploy to Cloudflare Pages
30-
run: pnpx wrangler pages deploy dist --project-name=farese-dev
30+
run: pnpx wrangler pages deploy dist --project-name=farese-dev --branch=dev

0 commit comments

Comments
 (0)