Merge pull request #5765 from Laravel-Lang/projects/status-sdjdt35 #2287
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 |