We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eae366 commit 9564078Copy full SHA for 9564078
1 file changed
.github/workflows/sync-docs.yml
@@ -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