mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-06-30 22:17:54 -04:00
Add GitHub Actions workflow for Vercel deployment of developer hub (#2205)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
name: Trigger Vercel Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Trigger Vercel deployment
|
||||
run: |
|
||||
curl -X POST "${{ secrets.DEVELOPER_HUB_DEPLOY_HOOK }}"
|
||||
Reference in New Issue
Block a user