Skip to content

Commit fb28aa9

Browse files
Create docs.yml
1 parent 747539d commit fb28aa9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/docs.yml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Documentation
2+
3+
on:
4+
release:
5+
push:
6+
branches:
7+
- main
8+
9+
permissions: write-all
10+
11+
jobs:
12+
update:
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- name: Checkout code
17+
uses: actions/checkout@v4
18+
19+
- name: Generate docs trigger
20+
uses: myrotvorets/trigger-repository-dispatch-action@v2.0.2
21+
with:
22+
token: ${{ secrets.COMPOSER_TOKEN }}
23+
repo: Laravel-Lang/docs
24+
type: docs

0 commit comments

Comments
 (0)