Update 43_Building_a_Tool_Calling_Agent.ipynb (#397) #254
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 }} |