fastapi/scripts/build-docs.sh

6 lines
66 B
Bash

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