d2a185c013
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/73
7 lines
84 B
Makefile
7 lines
84 B
Makefile
all: install
|
|
pipenv run mkdocs build
|
|
|
|
install:
|
|
pipenv install
|
|
clean:
|
|
rm -rf docs
|