2022.09 stable release chores (#206)
[akkoma] / docs / Makefile
1 all: install
2 pipenv run mkdocs build
3
4 install:
5 pipenv install
6 clean:
7 rm -rf site
8 serve:
9 pipenv run python3 -m http.server -d site