mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
7 lines
67 B
Makefile
7 lines
67 B
Makefile
serve:
|
|
hugo server \
|
|
--ignoreCache \
|
|
--buildFuture
|
|
|
|
build:
|
|
hugo
|