Skip to content

add workflows

add workflows #1

Workflow file for this run

name: Trigger doc rebuild
on:
push:
jobs:
buildandpush:
runs-on: ubuntu-latest
steps:

Check failure on line 9 in .github/workflows/trigger.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/trigger.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
- name: Send request to webhook to trigger update of doc
run: |
curl -v -H 'X-Hook-Secret: ${{ secrets.HOOK_SECRET }}' ${{ secrets.HOOK_URL }}