mirror of https://github.com/rust-lang/rfcs.git
Update mdbook to 0.4.37
This commit is contained in:
parent
0b566e818e
commit
c9c816d231
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: Install mdbook
|
- name: Install mdbook
|
||||||
run: |
|
run: |
|
||||||
mkdir mdbook
|
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
|
echo `pwd`/mdbook >> $GITHUB_PATH
|
||||||
- name: Generate Book
|
- name: Generate Book
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
title = "The Rust RFC Book"
|
title = "The Rust RFC Book"
|
||||||
|
|
||||||
[output.html]
|
[output.html]
|
||||||
|
curly-quotes = true
|
||||||
no-section-label = true
|
no-section-label = true
|
||||||
git-repository-url = "https://github.com/rust-lang/rfcs"
|
git-repository-url = "https://github.com/rust-lang/rfcs"
|
||||||
site-url = "/rfcs/"
|
site-url = "/rfcs/"
|
||||||
|
|
Loading…
Reference in New Issue