1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-09-11 14:17:21 +01:00
akkoma/docs/Makefile
2022-07-28 10:36:51 +00:00

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