From 0734c9de5606cb4ffe42b2442721c1b94e939c01 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Wed, 17 Jul 2024 00:30:21 +0300 Subject: [PATCH] Create docs.yml --- .github/workflows/docs.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 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 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