mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 20:14:32 +07:00
build(docs): use mkdocs from nixpkgs instead of docker
This commit is contained in:
parent
b1a716dae9
commit
08ef4ecf01
8
Makefile
8
Makefile
@ -53,13 +53,7 @@ dev:
|
||||
make -C bootstrap
|
||||
|
||||
docs:
|
||||
docker run \
|
||||
--rm \
|
||||
--interactive \
|
||||
--tty \
|
||||
--publish 8000:8000 \
|
||||
--volume $(shell pwd):/docs \
|
||||
squidfunk/mkdocs-material
|
||||
mkdocs serve
|
||||
|
||||
git-hooks:
|
||||
pre-commit install
|
||||
|
Loading…
Reference in New Issue
Block a user