We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
netlify.toml
1 parent 9102382 commit c04de80Copy full SHA for c04de80
netlify.toml
@@ -2,4 +2,4 @@
2
base = "guide"
3
publish = "book/"
4
command = "curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.14/mdbook-v0.4.14-x86_64-unknown-linux-gnu.tar.gz | tar xvz && ./mdbook build"
5
- ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../Readme.md"
+ ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../Readme.md ../netlify.toml"
0 commit comments