From 27ac665b09c9860e3db4de87465d4e6360ecbabe Mon Sep 17 00:00:00 2001 From: Voomra Date: Tue, 21 May 2024 21:09:21 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=BE=D1=87=D0=B8=D1=81=D1=82=D0=BA?= =?UTF-8?q?=D0=B0=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 612e375..046fd9e 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,9 @@ setup-deps: compile: source .venv/bin/activate && sphinx-build -M html source build +clean: + rm -rf build/html/* + nginx-up: podman-compose -f compose.dev.yml --project "ss14-docs" up -d