Skip to content

docs: tweaks

docs: tweaks #1

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