Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
/ elabdoc Public archive

add missing file

add missing file #235

Workflow file for this run

name: Trigger doc rebuild
on:
push:
branches:
- master
- next
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 }}