mirror of https://github.com/kubernetes/kops.git
Add netlify for development
This commit is contained in:
parent
45a8e5a3b8
commit
e5fd697283
6
Makefile
6
Makefile
|
@ -855,6 +855,12 @@ build-docs:
|
|||
@docker build --pull -t kops/mkdocs images/mkdocs
|
||||
@docker run --rm -v ${PWD}:/docs kops/mkdocs build
|
||||
|
||||
# TODO: Remove before merging
|
||||
.PHONY: build-docs-netlify
|
||||
build-docs-netlify:
|
||||
@pip install -r ${MAKEDIR}/images/mkdocs/requirements.txt
|
||||
@mkdocs build
|
||||
|
||||
# Update machine_types.go
|
||||
.PHONY: update-machine-types
|
||||
update-machine-types:
|
||||
|
|
Loading…
Reference in New Issue