Skip to content

Commit

Permalink
update command to build cargo packages to not build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xand6r committed Jan 16, 2025
1 parent f7f9b8e commit c01d919
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/generatedocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ main() {
target_dir="./packages/$package_name"

# Run the command to generate the docs
cargo doc --manifest-path "$manifest_path" --target-dir "$target_dir" --no-deps
cargo doc --no-deps --manifest-path "$manifest_path" --target-dir "$target_dir"
path_to_docs=("./packages/$package_name/doc/$underscore_package_name/index.html")

# Delete the build file because it takes space and is unnecessary to the docs
Expand Down

0 comments on commit c01d919

Please sign in to comment.