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 49ccd56 commit 0dd2312Copy full SHA for 0dd2312
.github/workflows/ci.yml
@@ -60,11 +60,7 @@ jobs:
60
run: poe gen-docs
61
- name: Deploy prod API docs
62
if: ${{ github.ref == 'refs/heads/main' && matrix.docsTarget }}
63
- # Using NPX instead of action due to https://github.com/netlify/actions/issues/60
64
- run: npx netlify-cli deploy --build --dir=build/apidocs --prod
65
- env:
66
- NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
67
- NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
+ run: npx vercel deploy build/apidocs -t ${{ secrets.VERCEL_TOKEN }} --name python --scope temporal --prod --yes
68
69
# Compile the binaries and upload artifacts
70
compile-binaries:
0 commit comments