serve with simple python http server
This commit is contained in:
parent
a18a70039f
commit
f2edde5ba5
2
Procfile
2
Procfile
@ -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
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
site_name: Garage Num Doc
|
||||
site_url: https://garagenum.gitlab.io/doc
|
||||
site_url: https://docs.legaragenumerique.eu
|
||||
site_dir: public
|
||||
theme:
|
||||
name: material
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user