Merge pull request #5181 from mohamedsabil83/ar/2024-12-23-13-41 #1776
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Documentation | |
on: | |
release: | |
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/[email protected] | |
with: | |
token: ${{ secrets.COMPOSER_TOKEN }} | |
repo: Laravel-Lang/docs | |
type: docs |