Skip to content

docs: Add docs and covers #2

docs: Add docs and covers

docs: Add docs and covers #2

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