File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v3
13
13
- uses : actions-rs/toolchain@v1
14
14
with :
15
- toolchain : nightly
15
+ toolchain : ' 1.76.0 '
16
16
override : true
17
17
18
18
# - name: Setup mdBook
26
26
uses : actions-rs/cargo@v1
27
27
with :
28
28
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
30
30
31
31
- name : Install mdbook-katex and mdbook-pdf
32
32
uses : actions-rs/cargo@v1
40
40
- name : Build halo2 book
41
41
run : mdbook build book/
42
42
43
+ - uses : actions-rs/toolchain@v1
44
+ with :
45
+ toolchain : nightly-2023-10-05
46
+ override : true
47
+
43
48
- name : Build latest rustdocs
44
49
uses : actions-rs/cargo@v1
45
50
with :
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ title = "The halo2 Book"
14
14
macros = " macros.txt"
15
15
renderers = [" html" ]
16
16
17
- [output .katex ]
18
-
19
17
[output .html ]
20
18
21
19
[output .html .print ]
You can’t perform that action at this time.
0 commit comments