Skip to content

feat: Migrate tutorials to 0.13, add tutorial runner and a playwright… #18

feat: Migrate tutorials to 0.13, add tutorial runner and a playwright…

feat: Migrate tutorials to 0.13, add tutorial runner and a playwright… #18

name: Trigger Aggregator Docs Rebuild
on:
push:
branches: [main]
paths:
- "docs/**"
jobs:
notify:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Send repository_dispatch to aggregator
uses: peter-evans/repository-dispatch@a628c95fd17070f003ea24579a56e6bc89b25766
with:
# PAT (Personal Access Token) that grants permission to trigger the rebuild workflow at the docs repository
token: ${{ secrets.DOCS_REPO_TOKEN }}
repository: ${{ vars.DOCS_AGGREGATOR_REPO }}
event-type: rebuild