mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-12 22:57:10 +00:00
Fix advisory dest dir
This commit is contained in:
parent
9b27c12fea
commit
6019351ba5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ build
|
|||
|
||||
# Create dir in advance
|
||||
mkdir -p /tmp/public/index
|
||||
RUST_BACKTRACE=full cargo run --target-dir /tmp --manifest-path=rust/Cargo.toml advisory -d docs/static/advisory
|
||||
RUST_BACKTRACE=full cargo run --target-dir /tmp --manifest-path=rust/Cargo.toml advisory -d /tmp/public/advisory
|
||||
RUST_BACKTRACE=full cargo run --target-dir /tmp --manifest-path=rust/Cargo.toml books -d /tmp/public/index/books.js
|
||||
RUST_BACKTRACE=full cargo run --target-dir /tmp --manifest-path=rust/Cargo.toml lints -d /tmp/public/index/lints.js
|
||||
RUST_BACKTRACE=full cargo run --target-dir /tmp --manifest-path=rust/Cargo.toml labels -d /tmp/public/index/labels.js
|
||||
|
|
Loading…
Reference in a new issue