name: Notify Website of Doc Changes
on:
push:
branches:
paths:
- 'docs/**'
- 'README.md'
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Trigger website sync
uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.WEBSITE_SYNC_TOKEN }}
repository: multiagentcoordinationprotocol/website
event-type: docs-updated