Skip to content

5.1.5 changelog

5.1.5 changelog #21

Workflow file for this run

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