We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f890fb5 commit f92ee1cCopy full SHA for f92ee1c
1 file changed
.github/workflows/cloudflare-preview-deploy.yml
@@ -42,21 +42,7 @@ jobs:
42
run_id: ${{ github.event.workflow_run.id }}
43
workflow_conclusion: success
44
name: cloudflare-dist
45
-
46
- - name: Set up node
47
- uses: actions/setup-node@v6
48
- with:
49
- node-version: 22
50
51
- - name: Setup pnpm
52
- uses: pnpm/action-setup@v4
53
54
- version: 10
55
56
- - name: Install dependencies
57
- run: |
58
- cd apps/web
59
- pnpm install --prod
+ path: apps/web/dist
60
61
- name: Deploy to Cloudflare Workers
62
id: deploy
0 commit comments