We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 203e15e + 3571d2d commit 0f7a782Copy full SHA for 0f7a782
.github/workflows/deploy-doc.yml
@@ -65,13 +65,10 @@ jobs:
65
run: pnpm -C doc run typecheck
66
67
- name: Pull Vercel production settings
68
- working-directory: ./doc
69
run: pnpm dlx vercel@latest pull --yes --environment=production --token="$VERCEL_TOKEN"
70
71
- name: Build docs on Vercel
72
73
run: pnpm dlx vercel@latest build --prod --token="$VERCEL_TOKEN"
74
75
- name: Deploy docs to Vercel production
76
77
run: pnpm dlx vercel@latest deploy --prebuilt --prod --token="$VERCEL_TOKEN"
0 commit comments