fastapi/scripts/build-docs.sh

9 lines
142 B
Bash
Executable File

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