Skip to content

Commit add3a70

Browse files
committed
Hardcode de as only language for CI temporarily
1 parent 933cfc8 commit add3a70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)