Skip to content

Commit 7b21d07

Browse files
committed
a
1 parent e45921f commit 7b21d07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
run: node -v
125125

126126
- name: Pull Vercel Environment Information
127-
# working-directory: apps/web
127+
working-directory: apps/web
128128
run: pnpm vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
129129

130130
- name: Build
@@ -163,9 +163,9 @@ jobs:
163163
- name: Install dependencies
164164
run: pnpm install --frozen-lockfile
165165

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

170170
- name: Build
171171
run: pnpm turbo run vercel-gha-build --filter=web

0 commit comments

Comments
 (0)