Skip to content

docs: update all docs for Info::create() signature, json() shortcuts,… #3

docs: update all docs for Info::create() signature, json() shortcuts,…

docs: update all docs for Info::create() signature, json() shortcuts,… #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