Merge pull request #4709 from Laravel-Lang/projects/code-style-69kl28z #1348
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: | ||
push: | ||
branches: | ||
- main | ||
permissions: write-all | ||
jobs: | ||
update: | ||
runs-on: ${{ secrets.RUNNER_NAME }} | ||
Check failure on line 12 in .github/workflows/docs.yml
|
||
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 |