Skip to content

Commit 761cdff

Browse files
committed
Unhardcode languages for CI
1 parent ac4b496 commit 761cdff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@ jobs:
8888
matrix:
8989
language: ${{ fromJSON(needs.find-translations.outputs.languages) }}
9090
env:
91-
# TODO: Fix CI for all languages
92-
# MDBOOK_BOOK__LANGUAGE: ${{ matrix.language }}
93-
MDBOOK_BOOK__LANGUAGE: de
91+
MDBOOK_BOOK__LANGUAGE: ${{ matrix.language }}
9492
steps:
9593
- name: Checkout
9694
uses: actions/checkout@v3

0 commit comments

Comments
 (0)