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