mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2024-11-20 13:59:55 +01:00
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
|