Skip to content

Commit b1b203d

Browse files
committed
add missing envs
1 parent 7b8dd1f commit b1b203d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ jobs:
2222
run: npm install --global vercel@latest
2323
- name: Deploy to Vercel
2424
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

Comments
 (0)