Skip to content

Hide ext::vectorstore for a couple of days #4115

Hide ext::vectorstore for a couple of days

Hide ext::vectorstore for a couple of days #4115

Workflow file for this run

name: Deploy Documentation Changes
on:
push:
paths:
- "docs/**"
jobs:
deploy:
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')
runs-on: ubuntu-latest
steps:
- name: Trigger vercel deploy hook
run: curl -X POST ${{ secrets.VERCEL_DOC_DEPLOY_URL_HOOK }}