rustframe/docs/build.sh
2025-08-04 00:05:31 +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 ..