Skip to content

perf: reduce per-character overhead in hot parsing paths (#5) #3

perf: reduce per-character overhead in hot parsing paths (#5)

perf: reduce per-character overhead in hot parsing paths (#5) #3

Workflow file for this run

name: Sync Docs
on:
push:
branches: [main]
paths:
- 'docs/**'
jobs:
notify-docs-repo:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.DOCS_TOKEN }}
repository: cortexphp/docs
event-type: docs-updated