We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d84bbc + 782376f commit cff401dCopy full SHA for cff401d
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install mdbook
15
run: |
16
mkdir 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
+ curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.21/mdbook-v0.4.21-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
18
echo `pwd`/mdbook >> $GITHUB_PATH
19
- name: Generate Book
20
book.toml
@@ -7,3 +7,6 @@ git-repository-url = "https://github.com/rust-lang/rfcs"
7
8
[output.html.search]
9
heading-split-level = 0
10
+
11
+[output.html.playground]
12
+runnable = false
0 commit comments