serve with simple python http server

This commit is contained in:
Florian du Garage Num 2024-01-04 15:12:55 +01:00
parent a18a70039f
commit f2edde5ba5
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
web: mkdocs build && gunicorn -w 4 -b 0.0.0.0:5000 'whitenoise.run:WhiteNoiseApplication("public")' web: mkdocs build && python -m http.server --directory public 5000

View File

@ -1,5 +1,5 @@
site_name: Garage Num Doc site_name: Garage Num Doc
site_url: https://garagenum.gitlab.io/doc site_url: https://docs.legaragenumerique.eu
site_dir: public site_dir: public
theme: theme:
name: material name: material