geeksstuffwiki/Makefile
Lulzette 8b99dedb0b
All checks were successful
continuous-integration/drone/push Build is passing
Про ноуты, картинки материнок, выгрузка на сервер
2022-11-27 17:21:02 +03:00

15 lines
296 B
Makefile

all: build serve
build:
mkdocs build
clean:
rm -rfv site/
prepare:
pip install mkdocs mkdocs-windmill-dark
unprepare:
pip uninstall mkdocs mkdocs-windmill-dark
serve:
mkdocs serve
upload: prepare build upload_to_srv clean
upload_to_srv:
rsync -a -P --delete `pwd`/site/ geekwiki:/srv/http/