From f944f260bb67d06fc84639e6a3a9bdb0d71fbbbc Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 6 May 2026 20:44:03 +0100 Subject: [PATCH] ci: dispatch pages after translation finalizer --- .github/workflows/translate-all.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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