diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml new file mode 100644 index 0000000..8ca9d2f --- /dev/null +++ b/.github/workflows/docs.yml @@ -0,0 +1,24 @@ +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/trigger-repository-dispatch-action@v2.0.2 + with: + token: ${{ secrets.COMPOSER_TOKEN }} + repo: Laravel-Lang/docs + type: docs