Skip to content

Commit 3571d2d

Browse files
committed
Fix docs deploy workflow Vercel root handling
1 parent ccac58b commit 3571d2d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/deploy-doc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,10 @@ jobs:
6565
run: pnpm -C doc run typecheck
6666

6767
- name: Pull Vercel production settings
68-
working-directory: ./doc
6968
run: pnpm dlx vercel@latest pull --yes --environment=production --token="$VERCEL_TOKEN"
7069

7170
- name: Build docs on Vercel
72-
working-directory: ./doc
7371
run: pnpm dlx vercel@latest build --prod --token="$VERCEL_TOKEN"
7472

7573
- name: Deploy docs to Vercel production
76-
working-directory: ./doc
7774
run: pnpm dlx vercel@latest deploy --prebuilt --prod --token="$VERCEL_TOKEN"

0 commit comments

Comments
 (0)