Skip to content

Commit 84c9514

Browse files
committed
cwd
1 parent b392675 commit 84c9514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs-site.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm install --global vercel@latest
3030

3131
- name: Create preview deployment
32-
run: vercel deploy --token=${{ secrets.VERCEL_TOKEN }}
32+
run: vercel deploy --cwd=docs --token=${{ secrets.VERCEL_TOKEN }}
3333

3434
deploy-production:
3535
runs-on: ubuntu-latest
@@ -41,4 +41,4 @@ jobs:
4141
run: npm install --global vercel@latest
4242

4343
- name: Create production deployment
44-
run: vercel deploy --token=${{ secrets.VERCEL_TOKEN }}
44+
run: vercel deploy --cwd=docs --token=${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)