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 5a60bd9 commit 979aa31Copy full SHA for 979aa31
.github/workflows/main.yml
@@ -164,16 +164,17 @@ jobs:
164
run: pnpm install --frozen-lockfile
165
166
- name: Pull Vercel Environment Information
167
+ working-directory: apps/web
168
run: pnpm vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
169
170
- name: Build
171
run: pnpm turbo run vercel-gha-build --filter=web
172
- - name: Cp n
173
- run: cp -a apps/web/.next/. .next/
+ # - name: Cp n
174
+ # run: cp -a apps/web/.next/. .next/
175
- - name: Cp v
176
- run: cp -a apps/web/.vercel/. .vercel/
+ # - name: Cp v
177
+ # run: cp -a apps/web/.vercel/. .vercel/
178
179
- name: Deploy Project Artifacts to Vercel
180
working-directory: apps/web
0 commit comments