fix the coordinator page and add two sections #170
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |