Skip to content

Commit 90828ca

Browse files
authored
Update ci.yaml
1 parent 1090024 commit 90828ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ jobs:
6262
if: env.new_commits == 'true'
6363
run: |
6464
cd book_src
65-
cargo install mdbook --locked --force --version 0.4.52
65+
cargo install mdbook --locked --force --version 0.5.1
6666
cargo install --locked --path packages/mdbook-trpl --force
67+
which mdbook
68+
mdbook --version
6769
mdbook build
6870
6971
- name: 构建中文翻译

0 commit comments

Comments
 (0)