Skip to content

Commit e45921f

Browse files
committed
c
1 parent c1c1ec9 commit e45921f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 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
@@ -164,7 +164,7 @@ jobs:
164164
run: pnpm install --frozen-lockfile
165165

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

170170
- name: Build

0 commit comments

Comments
 (0)