Skip to content

Commit 979aa31

Browse files
committed
v
1 parent 5a60bd9 commit 979aa31

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,17 @@ jobs:
164164
run: pnpm install --frozen-lockfile
165165

166166
- name: Pull Vercel Environment Information
167+
working-directory: apps/web
167168
run: pnpm vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
168169

169170
- name: Build
170171
run: pnpm turbo run vercel-gha-build --filter=web
171172

172-
- name: Cp n
173-
run: cp -a apps/web/.next/. .next/
173+
# - name: Cp n
174+
# run: cp -a apps/web/.next/. .next/
174175

175-
- name: Cp v
176-
run: cp -a apps/web/.vercel/. .vercel/
176+
# - name: Cp v
177+
# run: cp -a apps/web/.vercel/. .vercel/
177178

178179
- name: Deploy Project Artifacts to Vercel
179180
working-directory: apps/web

0 commit comments

Comments
 (0)