Skip to content

Commit

Permalink
Update Rust version and modify build commands in book.toml for mdBook
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesatomc committed Jan 12, 2025
1 parent f6f0b1f commit f2ae8d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/book/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ expand = true
heading-split-level = 3

[build.environment]
RUST_VERSION = "1.70.0"
RUST_VERSION = "1.82.0"

[[plugins]]
package = "@netlify/plugin-sitemap"

[context.production]
command = "mdbook build"
command = "curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.36/mdbook-v0.4.36-x86_64-unknown-linux-gnu.tar.gz | tar -xz && ./mdbook build"

[context.deploy-preview]
command = "mdbook build"
command = "curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.36/mdbook-v0.4.36-x86_64-unknown-linux-gnu.tar.gz | tar -xz && ./mdbook build"

0 comments on commit f2ae8d5

Please sign in to comment.