diff --git a/.github/workflows/translate-all.yml b/.github/workflows/translate-all.yml index bd00bc414..2c61986cb 100644 --- a/.github/workflows/translate-all.yml +++ b/.github/workflows/translate-all.yml @@ -70,7 +70,7 @@ on: type: string permissions: - actions: read + actions: write contents: write concurrency: @@ -458,3 +458,12 @@ jobs: echo "Failed to push aggregate translations after retries." exit 1 + + - name: Dispatch aggregate docs deploy + if: steps.apply.outputs.changed_count != '0' + env: + GH_TOKEN: ${{ github.token }} + run: | + set -euo pipefail + gh workflow run pages.yml --ref main + gh workflow run docs-live-smoke.yml --ref main