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 c69c96a + c9c816d commit 2f96670Copy full SHA for 2f96670
.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.26/mdbook-v0.4.26-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
+ curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.37/mdbook-v0.4.37-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
18
echo `pwd`/mdbook >> $GITHUB_PATH
19
- name: Generate Book
20
book.toml
@@ -2,6 +2,7 @@
2
title = "The Rust RFC Book"
3
4
[output.html]
5
+curly-quotes = true
6
no-section-label = true
7
git-repository-url = "https://github.com/rust-lang/rfcs"
8
site-url = "/rfcs/"
0 commit comments