We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28da273 commit 811e8ceCopy full SHA for 811e8ce
.github/workflows/ci.yml
@@ -22,8 +22,7 @@ jobs:
22
npm run build
23
- name: vercel deploy
24
if: ${{ github.ref == 'refs/heads/docusaurus' }}
25
- run: vercel deploy --prod
+ run: vercel --token ${{ secrets.VERCEL_TOKEN }} deploy --prod
26
env:
27
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
28
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
29
- VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
0 commit comments