Skip to content

Commit

Permalink
Move LANGUAGES variable into job (#4250)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Mar 1, 2025
1 parent ec89e32 commit ddcdbdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ddcdbdb

Please sign in to comment.