Update 45_Creating_a_Multi_Agent_System.ipynb (#404) #260
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish tutorials on Haystack Home | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
jobs: | |
publish-tutorials: | |
runs-on: ubuntu-latest | |
steps: | |
- name: trigger-hook | |
run: | | |
curl -X POST ${{ secrets.VERCEL_DEPLOY_HOOK }} |