akkoma/docs/Makefile

10 lines
136 B
Makefile

all: install
pipenv run mkdocs build
install:
pipenv install
clean:
rm -rf site
serve:
pipenv run python3 -m http.server -d site