Skip to content

Commit 8a31155

Browse files
Update main.yml
1 parent 094eeed commit 8a31155

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- name: Deploy to Vercel
5353
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
5454
run: npx vercel --prod --token ${{ secrets.VERCEL_TOKEN }}
55+
working-directory: ./client
5556
env:
5657
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
5758
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

0 commit comments

Comments
 (0)