We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2025f07 commit bc82930Copy full SHA for bc82930
.github/workflows/ci.yml
@@ -113,7 +113,10 @@ jobs:
113
run: poe gen-docs
114
- name: Deploy prod API docs
115
if: ${{ github.ref == 'refs/heads/main' && matrix.docsTarget }}
116
- run: npx vercel deploy build/apidocs -t ${{ secrets.VERCEL_TOKEN }} --name python --scope temporal --prod --yes
+ env:
117
+ VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
118
+ VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
119
+ run: npx vercel deploy build/apidocs -t ${{ secrets.VERCEL_TOKEN }} --prod --yes
120
121
# Confirm README ToC is generated properly
122
- uses: actions/setup-node@v4
0 commit comments