Skip to content

Commit 7df93fd

Browse files
authored
Merge pull request #814 from adria0/fix/mdbook
Fix MD book generation
2 parents 81729ec + daaa638 commit 7df93fd

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/book.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions-rs/toolchain@v1
1414
with:
15-
toolchain: nightly
15+
toolchain: '1.76.0'
1616
override: true
1717

1818
# - name: Setup mdBook
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions-rs/cargo@v1
2727
with:
2828
command: install
29-
args: mdbook --git https://github.com/HollowMan6/mdBook.git --rev 62e01b34c23b957579c04ee1b24b57814ed8a4d5
29+
args: mdbook --git https://github.com/HollowMan6/mdBook.git --rev 5830c9555a4dc051675d17f1fcb04dd0920543e8
3030

3131
- name: Install mdbook-katex and mdbook-pdf
3232
uses: actions-rs/cargo@v1
@@ -40,6 +40,11 @@ jobs:
4040
- name: Build halo2 book
4141
run: mdbook build book/
4242

43+
- uses: actions-rs/toolchain@v1
44+
with:
45+
toolchain: nightly-2023-10-05
46+
override: true
47+
4348
- name: Build latest rustdocs
4449
uses: actions-rs/cargo@v1
4550
with:

book/book.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ title = "The halo2 Book"
1414
macros = "macros.txt"
1515
renderers = ["html"]
1616

17-
[output.katex]
18-
1917
[output.html]
2018

2119
[output.html.print]

0 commit comments

Comments
 (0)