Skip to content

Commit 3b77025

Browse files
authored
fix: Netlify integration & Release workflow doc (#162)
* chore: Change release readme to release readme (#160) * chore: Change release readme to release readme * chore: Remove README.md * chore: Add npm ci (#161)
1 parent 8907591 commit 3b77025

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[build]
22
base = "/"
3-
command = "rustup default stable && cargo install cargo-make --locked --force && cd docs && npm run docs && cd .. && cargo make rust-antora"
3+
command = "rustup default stable && cargo install cargo-make --locked --force && cd docs && npm ci && npm run docs && cd .. && cargo make rust-antora"
44
publish = "docs/build/site"

0 commit comments

Comments
 (0)