We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9f2b5 commit ef6b051Copy full SHA for ef6b051
netlify.toml
@@ -1,4 +1,4 @@
1
[build]
2
base = "/"
3
-command = "rustup default stable && cargo install cargo-make --locked --force && cd docs && npm run docs && cd .. && cargo make rust-antora"
+command = "rustup default stable && cargo install cargo-make --locked --force && cd docs && npm ci && npm run docs && cd .. && cargo make rust-antora"
4
publish = "docs/build/site"
0 commit comments