Skip to content

Commit

Permalink
Regenerate docs on pre-commit. (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando authored Jun 29, 2024
1 parent d8bf2b0 commit 2755d68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo-husky/hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ set -e

echo '+cargo fmt --check'
cargo fmt --check || (cargo fmt && exit 1)

echo '+cargo run --bin doc-gen --features clap-markdown'
cargo run --bin doc-gen --features clap-markdown

0 comments on commit 2755d68

Please sign in to comment.