feat: очистка сборки
This commit is contained in:
3
Makefile
3
Makefile
@@ -9,6 +9,9 @@ setup-deps:
|
|||||||
compile:
|
compile:
|
||||||
source .venv/bin/activate && sphinx-build -M html source build
|
source .venv/bin/activate && sphinx-build -M html source build
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf build/html/*
|
||||||
|
|
||||||
nginx-up:
|
nginx-up:
|
||||||
podman-compose -f compose.dev.yml --project "ss14-docs" up -d
|
podman-compose -f compose.dev.yml --project "ss14-docs" up -d
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user