use mkdocs serve

This commit is contained in:
Florian du Garage Num 2024-01-04 15:59:31 +01:00
parent 54e2f25518
commit 5297491aaf

View File

@ -1 +1 @@
web: mkdocs build && python -m http.server --directory public 5000
web: mkdocs serve -a localhost:5000