Skip to content

Commit

Permalink
Fix netlify build
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 12, 2022
1 parent 30e55a3 commit df2b539
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[build]
base = "guide"
publish = "book/"
command = "curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.21/mdbook-v0.4.21-x86_64-unknown-linux-gnu.tar.gz | tar xvz && ./mdbook build"
publish = "guide/book/"
command = "curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.21/mdbook-v0.4.21-x86_64-unknown-linux-gnu.tar.gz | tar xvz && ./mdbook build guide"

0 comments on commit df2b539

Please sign in to comment.