Skip to content

Commit

Permalink
Merge pull request #15 from Lean-zh/ci
Browse files Browse the repository at this point in the history
Change CI to add gettext
  • Loading branch information
JiechengZhao authored May 14, 2024
2 parents 99c8b8f + 94b8fae commit 40b726d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
crate: mdbook-wordcount
version: latest

- name: Build example code
run: |
cargo install mdbook-i18n-helpers
- name: Build example code
run: |
cd examples
Expand All @@ -67,7 +71,7 @@ jobs:
- name: Build book
run: |
cd functional-programming-lean
mdbook build
MDBOOK_BOOK__LANGUAGE=zh-CN mdbook build
- name: Zip html contents
run: |
Expand Down

0 comments on commit 40b726d

Please sign in to comment.