We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b392675 commit 84c9514Copy full SHA for 84c9514
.github/workflows/deploy-docs-site.yml
@@ -29,7 +29,7 @@ jobs:
29
run: npm install --global vercel@latest
30
31
- name: Create preview deployment
32
- run: vercel deploy --token=${{ secrets.VERCEL_TOKEN }}
+ run: vercel deploy --cwd=docs --token=${{ secrets.VERCEL_TOKEN }}
33
34
deploy-production:
35
runs-on: ubuntu-latest
@@ -41,4 +41,4 @@ jobs:
41
42
43
- name: Create production deployment
44
0 commit comments