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 094eeed commit 8a31155Copy full SHA for 8a31155
.github/workflows/main.yml
@@ -52,6 +52,7 @@ jobs:
52
- name: Deploy to Vercel
53
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
54
run: npx vercel --prod --token ${{ secrets.VERCEL_TOKEN }}
55
+ working-directory: ./client
56
env:
57
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
58
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
0 commit comments