mirror of
https://github.com/actix/actix-web.git
synced 2024-11-25 11:01:14 +00:00
docs: fix build
This commit is contained in:
parent
132b84d3b1
commit
0ce488e57a
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue