Skip to content

Commit

Permalink
Merge pull request #3565 from ehuss/update-mdbook
Browse files Browse the repository at this point in the history
Update mdbook to 0.4.37
  • Loading branch information
ehuss authored Feb 12, 2024
2 parents c69c96a + c9c816d commit 2f96670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
1 change: 1 addition & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 2f96670

Please sign in to comment.