From ddcdbdbbee2991d39480a9d28425b515d2b1e1d7 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sat, 1 Mar 2025 10:51:14 -0800 Subject: [PATCH] Move LANGUAGES variable into job (#4250) --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d900ed4cf5..0a06d556a6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,6 @@ defaults: env: RUSTFLAGS: --deny warnings - LANGUAGES: de fr es pt ru zh ja ko fil ar hi it nl jobs: docs: @@ -50,6 +49,8 @@ jobs: run: mdbook build docs -d build - name: Build all translations for docs + env: + LANGUAGES: de fr es pt ru zh ja ko fil ar hi it nl run: | for lang in ${{ env.LANGUAGES }}; do echo "::group::Building $lang translation"