Skip to content

Update README.md

Update README.md #11

Workflow file for this run

name: Trigger Docs Rebuild
on:
workflow_call:
push:
branches: [ main ]
paths:
- "**/*.md"
jobs:
trigger-docs:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PAT }}
repository: 0xPlaygrounds/docs
event-type: trigger-rebuild