From 6c54daae751612880a46ce136388db6b35e12d4b Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Sun, 24 Mar 2024 15:49:41 +0300 Subject: [PATCH] Create docs.yml --- .github/workflows/docs.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/docs.yml diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml new file mode 100644 index 00000000000..ec53d9e3e13 --- /dev/null +++ b/.github/workflows/docs.yml @@ -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