mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 10:36:39 +00:00
5 lines
76 B
Bash
Executable file
5 lines
76 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
python -m mkdocs build
|
|
|
|
cp ./docs/index.md ./README.md
|