fastapi/scripts/build-docs.sh

6 lines
76 B
Bash

#!/usr/bin/env bash
python -m mkdocs build
cp ./docs/index.md ./README.md