5 lines
64 B
Makefile
5 lines
64 B
Makefile
|
|
build:
|
||
|
|
./venv/bin/mkdocs build
|
||
|
|
|
||
|
|
serve:
|
||
|
|
./venv/bin/mkdocs serve
|