Update mdbook to 0.4.37

This commit is contained in:
Eric Huss 2024-02-08 14:53:33 -08:00
parent 0b566e818e
commit c9c816d231
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Install mdbook
run: |
mkdir mdbook
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
echo `pwd`/mdbook >> $GITHUB_PATH
- name: Generate Book
run: |

View File

@ -2,6 +2,7 @@
title = "The Rust RFC Book"
[output.html]
curly-quotes = true
no-section-label = true
git-repository-url = "https://github.com/rust-lang/rfcs"
site-url = "/rfcs/"