Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

tutorial: add synthesis experiment (#10) #34

tutorial: add synthesis experiment (#10)

tutorial: add synthesis experiment (#10) #34

Workflow file for this run

name: Trigger doc rebuild
on:
push:
branches:
- master
jobs:
buildandpush:
runs-on: ubuntu-latest
steps:
- name: Send request to webhook to trigger update of doc
run: |
curl -v -H 'X-Hook-Secret: ${{ secrets.HOOK_SECRET }}' ${{ secrets.HOOK_URL }}