Skip to content

Commit

Permalink
add to github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Sep 5, 2023
1 parent e7987a4 commit d6430d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: zh
LANGUAGES: zh ja

jobs:
docs:
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" ; do
for lang in "zh" "ja"; 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 d6430d1

Please sign in to comment.