Skip to content

Commit

Permalink
Update mdbook to 0.4.37
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Feb 8, 2024
1 parent 0b566e8 commit c9c816d
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 c9c816d

Please sign in to comment.