Skip to content

Commit ddcdbdb

Browse files
authored
Move LANGUAGES variable into job (#4250)
1 parent ec89e32 commit ddcdbdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ defaults:
1414

1515
env:
1616
RUSTFLAGS: --deny warnings
17-
LANGUAGES: de fr es pt ru zh ja ko fil ar hi it nl
1817

1918
jobs:
2019
docs:
@@ -50,6 +49,8 @@ jobs:
5049
run: mdbook build docs -d build
5150

5251
- name: Build all translations for docs
52+
env:
53+
LANGUAGES: de fr es pt ru zh ja ko fil ar hi it nl
5354
run: |
5455
for lang in ${{ env.LANGUAGES }}; do
5556
echo "::group::Building $lang translation"

0 commit comments

Comments
 (0)