rustframe/docs/build.sh
2025-08-03 23:23:10 +01:00

7 lines
112 B
Bash
Executable File

#!/usr/bin/env sh
# Build and test the RustFrame user guide using mdBook.
set -e
cd docs
bash gen.sh "$@"
cd ..