mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-01 21:54:06 -04:00
ci: fix doc preview
This commit is contained in:
@@ -94,7 +94,7 @@ jobs:
|
||||
- name: Deploy Project Artifacts to Vercel
|
||||
id: deploy
|
||||
run: |
|
||||
vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} > deploy.log
|
||||
vercel deploy --prebuilt --archive=tgz --token=${{ secrets.VERCEL_TOKEN }} > deploy.log
|
||||
URL=$(cat deploy.log | grep -o 'https://[^ ]*.llamaindex.ai' | head -n1)
|
||||
echo "deployment_url=$URL" >> $GITHUB_OUTPUT
|
||||
working-directory: llamaindex
|
||||
|
||||
Reference in New Issue
Block a user