mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 04:56:41 +00:00
📝 Fix live docs script
This commit is contained in:
parent
a2c87f3652
commit
211930c108
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
mkdocs --serve --dev-addr 0.0.0.0:8008
|
mkdocs serve --dev-addr 0.0.0.0:8008
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue