Skip to content

Commit 2f96670

Browse files
authored
Merge pull request #3565 from ehuss/update-mdbook
Update mdbook to 0.4.37
2 parents c69c96a + c9c816d commit 2f96670

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install mdbook
1515
run: |
1616
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
17+
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
1818
echo `pwd`/mdbook >> $GITHUB_PATH
1919
- name: Generate Book
2020
run: |

book.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title = "The Rust RFC Book"
33

44
[output.html]
5+
curly-quotes = true
56
no-section-label = true
67
git-repository-url = "https://github.com/rust-lang/rfcs"
78
site-url = "/rfcs/"

0 commit comments

Comments
 (0)