Skip to content

Commit

Permalink
Create docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Mar 24, 2024
1 parent 0e2c59e commit 6c54daa
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Documentation

on:
push:
branches:
- main

permissions: write-all

jobs:
update:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Generate docs trigger
uses: myrotvorets/trigger-repository-dispatch-action@v2.0.0
with:
token: ${{ secrets.COMPOSER_TOKEN }}
repo: Laravel-Lang/docs
type: docs

0 comments on commit 6c54daa

Please sign in to comment.