1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2025-01-23 22:26:49 +00:00
akkoma/docs/Makefile

8 lines
84 B
Makefile
Raw Normal View History

all: install
pipenv run mkdocs build
install:
pipenv install
clean:
rm -rf site