Skip to content

docs: more formatting changes to README.md #9

docs: more formatting changes to README.md

docs: more formatting changes to README.md #9

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