Files
fastapi/scripts/build-docs.sh
2024-01-22 20:26:14 +01:00

9 lines
140 B
Bash
Executable File

#!/usr/bin/env bash
set -e
set -x
# Check README.md is up to date
python ./scripts/docs.py verify-docs
python ./scripts/docs.py build-all