From 5297491aafe2eec4cdb90577c07c3f70bc22ebc8 Mon Sep 17 00:00:00 2001 From: Florian du Garage Num Date: Thu, 4 Jan 2024 15:59:31 +0100 Subject: [PATCH] use mkdocs serve --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 8c30d3e9..35f5538d 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: mkdocs build && python -m http.server --directory public 5000 +web: mkdocs serve -a localhost:5000