From af5c6b79beccd92de858fea92b9df9ab1936b703 Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Mon, 7 Feb 2022 11:05:20 +0100 Subject: [PATCH] Removed unnecessary "mkdocs build" command from contribute_container.md. --- doc.zih.tu-dresden.de/docs/contrib/contribute_container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md b/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md index 13ba47c47..71cf44814 100644 --- a/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md +++ b/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md @@ -75,7 +75,7 @@ Here is a suggestion of a workflow which might be suitable for you. The command(s) to start the dockerized web server is this: ```bash -wiki "mkdocs build && mkdocs serve -a 0.0.0.0:8000" +wiki "mkdocs serve -a 0.0.0.0:8000" ``` You can view the documentation via `http://localhost:8000` in your browser, now. -- GitLab