Skip to content

Commit 9564078

Browse files
committed
sync docs
1 parent 3eae366 commit 9564078

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/sync-docs.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Sync Docs
2+
3+
on:
4+
push:
5+
branches: [main]
6+
paths:
7+
- 'docs/**'
8+
9+
jobs:
10+
notify-docs-repo:
11+
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
14+
steps:
15+
- uses: peter-evans/repository-dispatch@v3
16+
with:
17+
token: ${{ secrets.DOCS_TOKEN }}
18+
repository: cortexphp/docs
19+
event-type: docs-updated

0 commit comments

Comments
 (0)