We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933cfc8 commit add3a70Copy full SHA for add3a70
.github/workflows/build.yml
@@ -88,7 +88,9 @@ jobs:
88
matrix:
89
language: ${{ fromJSON(needs.find-translations.outputs.languages) }}
90
env:
91
- MDBOOK_BOOK__LANGUAGE: ${{ matrix.language }}
+ # TODO: Fix CI for all languages
92
+ # MDBOOK_BOOK__LANGUAGE: ${{ matrix.language }}
93
+ MDBOOK_BOOK__LANGUAGE: de
94
steps:
95
- name: Checkout
96
uses: actions/checkout@v3
0 commit comments