Skip to content

Commit 883d641

Browse files
committed
try to fix mdbook build
1 parent b7505ff commit 883d641

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install mdbook and cargo-binstall binaries
2222
uses: taiki-e/install-action@v2
2323
with:
24-
tool: mdbook@0.5.1, cargo-binstall
24+
tool: mdbook, cargo-binstall
2525
- name: Install mdbook extensions
2626
run: cargo binstall -y mdbook-mermaid mdbook-alerts mdbook-toc
2727

book.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ language = "en"
88
git-repository-url = "https://github.com/TelegramBots/book"
99
site-url = "/book/"
1010
additional-css = ["theme/custom.css"]
11+
admonitions = true
1112

1213
[output.html.fold]
1314
enable = true
1415
level = 1
1516

16-
[preprocessor.alerts]
17-
1817
[preprocessor.toc]
1918
command = "mdbook-toc"
2019
renderer = ["html"]

0 commit comments

Comments
 (0)