Skip to content

feat: add GitHub Actions workflow for verify guides #2

feat: add GitHub Actions workflow for verify guides

feat: add GitHub Actions workflow for verify guides #2

name: Verify Giudes (billion scale vector search)
on:
workflow_dispatch: # Allow manual triggering of this workflow.
push:
branches: ["master"]
paths:
- ".github/workflows/verify-guides-billion-vector.yml" # Test changes to this file
- "billion-scale-vector-search/"
pull_request:
branches: ["master"]
paths:
- ".github/workflows/verify-guides-billion-vector.yml" # Test changes to this file
- "billion-scale-vector-search/"
jobs:
test:
uses: vespa-engine/gh-actions/.github/workflows/verify-markdown-guides.yml@verify-markdown-guides
with:
test-file: "billion-scale-vector-search/README.md"