Skip to content

Commit

Permalink
redeploy HH when tutorials are changed (deepset-ai#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Oct 20, 2022
1 parent 9d3f5e5 commit 09f50a9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publish_tutorials.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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 }}

0 comments on commit 09f50a9

Please sign in to comment.