We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8dd1f commit b1b203dCopy full SHA for b1b203d
.github/workflows/docs.yml
@@ -22,3 +22,6 @@ jobs:
22
run: npm install --global vercel@latest
23
- name: Deploy to Vercel
24
run: vercel --prod --token=${{ secrets.VERCEL_TOKEN }}
25
+ env:
26
+ VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
27
+ VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
0 commit comments