1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-10 19:01:05 +00:00

docs: fix build

This commit is contained in:
Rob Ede 2024-06-10 23:54:16 +01:00
parent 132b84d3b1
commit 0ce488e57a
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -78,7 +78,7 @@ doc-set-workspace-crates:
echo "window.ALL_CRATES ="
cargo metadata --format-version=1 | jq '[.packages[] | select(.source == null) | .name]'
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.
doc-watch: