We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb333b commit 38fd92fCopy full SHA for 38fd92f
1 file changed
.github/workflows/docs.yml
@@ -97,10 +97,10 @@ jobs:
97
fi
98
99
- name: Pull Vercel production settings
100
- run: pnpm dlx vercel@latest --cwd doc pull --yes --environment=production --token="$VERCEL_TOKEN"
+ run: pnpm dlx vercel@latest pull --yes --environment=production --token="$VERCEL_TOKEN"
101
102
- name: Build docs on Vercel
103
- run: pnpm dlx vercel@latest --cwd doc build --prod --token="$VERCEL_TOKEN"
+ run: pnpm dlx vercel@latest build --prod --token="$VERCEL_TOKEN"
104
105
- name: Deploy docs to Vercel production
106
- run: pnpm dlx vercel@latest --cwd doc deploy --prebuilt --prod --token="$VERCEL_TOKEN"
+ run: pnpm dlx vercel@latest deploy --prebuilt --prod --token="$VERCEL_TOKEN"
0 commit comments