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.
1 parent 8907591 commit 3b77025Copy full SHA for 3b77025
.github/README.md renamed to .github/RELEASE.md
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