mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-25 16:54:32 +02:00
Group per-translation output in publish step (#467)
This commit is contained in:
parent
adc6720031
commit
7e47e31408
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -43,9 +43,11 @@ jobs:
|
||||
- name: Build all translations
|
||||
run: |
|
||||
for po_lang in ${{ env.LANGUAGES }}; do
|
||||
echo "::group::Building $po_lang translation"
|
||||
MDBOOK_BOOK__LANGUAGE=$po_lang \
|
||||
MDBOOK_OUTPUT__HTML__SITE_URL=/comprehensive-rust/$po_lang/ \
|
||||
mdbook build -d book/$po_lang
|
||||
echo "::endgroup::"
|
||||
done
|
||||
|
||||
- name: Setup Pages
|
||||
|
Loading…
x
Reference in New Issue
Block a user