mkdir public in Procfile

This commit is contained in:
Florian du Garage Num 2024-01-04 16:07:54 +01:00
parent 5297491aaf
commit 68befa5f6b

View File

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