From 92e570841cb118e66388f9f381cd8e713a2ce6e1 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Mon, 26 Dec 2022 14:41:39 +0400 Subject: [PATCH] Makefile: build docs --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e0dca50..be71d5a 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,9 @@ build: upload: python3 -m twine upload dist/* +doc: + python3 -m mkdocs build + clean: rm -rf dist python_aternos.egg-info rm -rf python_aternos/__pycache__