We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccac58b commit 3571d2dCopy full SHA for 3571d2d
.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