Skip to content

Commit 0dd2312

Browse files
authored
Move API reference site to Vercel (#148)
1 parent 49ccd56 commit 0dd2312

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,7 @@ jobs:
6060
run: poe gen-docs
6161
- name: Deploy prod API docs
6262
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 }}
63+
run: npx vercel deploy build/apidocs -t ${{ secrets.VERCEL_TOKEN }} --name python --scope temporal --prod --yes
6864

6965
# Compile the binaries and upload artifacts
7066
compile-binaries:

0 commit comments

Comments
 (0)