File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -182,9 +182,9 @@ jobs:
182
182
- uses : actions/download-artifact@v4
183
183
name : deploy-prep-dist
184
184
- name : Publish ${{ matrix.app.name }}
185
+ working-directory : ./deploy-prep-dist/${{ matrix.app.path }}
185
186
run : |
186
- npx wrangler pages publish \
187
- ./deploy-prep-dist/${{ matrix.app.path }} \
187
+ npx wrangler pages publish ./ \
188
188
--project-name=${{ matrix.app.cloudflareName }} \
189
189
--branch=${{ github.event.workflow_run.head_branch }} \
190
190
--commit-hash=${{ github.event.workflow_run.head_commit }}
Original file line number Diff line number Diff line change @@ -113,9 +113,9 @@ jobs:
113
113
- uses : actions/download-artifact@v4
114
114
name : deploy-prep-dist
115
115
- name : Preview ${{ matrix.app.name }}
116
+ working-directory : ./deploy-prep-dist/${{ matrix.app.path }}
116
117
run : |
117
- npx wrangler pages deploy \
118
- ./deploy-prep-dist/${{ matrix.app.path }} \
118
+ npx wrangler pages deploy ./ \
119
119
--project-name=${{ matrix.app.cloudflareName }} \
120
120
--branch=${{ github.event.workflow_run.head_branch }} \
121
121
--commit-hash=${{ github.event.workflow_run.head_commit }}
You can’t perform that action at this time.
0 commit comments