Skip to content

chore: aisearch-documents - add callout for api key and search url #191

chore: aisearch-documents - add callout for api key and search url

chore: aisearch-documents - add callout for api key and search url #191

Workflow file for this run

name: deploy
on:
push:
branches:
- main
- stage
paths-ignore:
- "README.md"
jobs:
deployment:
runs-on: ubuntu-latest
environment: ${{ github.ref_name }}
steps:
- name: trigger vercel deployment
run: curl ${{ secrets.VERCEL_WEBHOOK }}
shell: bash