Skip to content

Remove some output cells from the evaluating ai with Haystack cookbook #16

Remove some output cells from the evaluating ai with Haystack cookbook

Remove some output cells from the evaluating ai with Haystack cookbook #16

name: Publish cookbook on Haystack Home
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "notebooks/*.ipynb"
- "index.toml"
jobs:
publish-cookbook:
runs-on: ubuntu-latest
steps:
- name: trigger-hook
run: |
curl -X POST ${{ secrets.VERCEL_DEPLOY_HOOK }}