mirror of
https://github.com/fafhrd91/actix-web
synced 2025-02-17 10:13:30 +01:00
docs: fix build
This commit is contained in:
parent
132b84d3b1
commit
0ce488e57a
2
justfile
2
justfile
@ -78,7 +78,7 @@ doc-set-workspace-crates:
|
|||||||
echo "window.ALL_CRATES ="
|
echo "window.ALL_CRATES ="
|
||||||
cargo metadata --format-version=1 | jq '[.packages[] | select(.source == null) | .name]'
|
cargo metadata --format-version=1 | jq '[.packages[] | select(.source == null) | .name]'
|
||||||
echo ";"
|
echo ";"
|
||||||
) > "$CARGO_TARGET_DIR/doc/crates.js"
|
) > "$(cargo metadata --format-version=1 | jq -r '.target_directory')/doc/crates.js"
|
||||||
|
|
||||||
# Document crates in workspace and watch for changes.
|
# Document crates in workspace and watch for changes.
|
||||||
doc-watch:
|
doc-watch:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user