Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Oct 3, 2023
1 parent 9f74ec1 commit e40499e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:

env:
RUSTFLAGS: --deny warnings
LANGUAGES: es zh ja fil
LANGUAGES: es zh ja fil ru

jobs:
docs:
Expand Down
2 changes: 1 addition & 1 deletion docs/theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<a id="en">English</a>
</button></li>
<li role="none"><button role="menuitem" class="theme">
<a id="es">Русский</a>
<a id="ru">Русский</a>
</button></li>
<li role="none"><button role="menuitem" class="theme">
<a id="es">Español</a>
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ serve-docs: build-docs
build-docs:
#!/usr/bin/env bash
mdbook build docs -d build
for lang in "zh" "ja" "es" "fil"; do
for lang in "zh" "ja" "es" "fil" "ru"; do
MDBOOK_BOOK__LANGUAGE=$lang \
mdbook build docs -d build/$lang
mv docs/build/$lang/html docs/build/html/$lang
Expand Down

0 comments on commit e40499e

Please sign in to comment.