File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 14
14
- name : Install mdbook
15
15
run : |
16
16
mkdir mdbook
17
- curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.10 /mdbook-v0.4.10 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
17
+ curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.13 /mdbook-v0.4.13 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
18
18
echo `pwd`/mdbook >> $GITHUB_PATH
19
19
- name : Generate Book
20
20
run : |
Original file line number Diff line number Diff line change @@ -4,3 +4,6 @@ title = "The Rust RFC Book"
4
4
[output .html ]
5
5
no-section-label = true
6
6
git-repository-url = " https://github.com/rust-lang/rfcs"
7
+
8
+ [output .html .search ]
9
+ heading-split-level = 0
You can’t perform that action at this time.
0 commit comments