Add netlify for development

This commit is contained in:
mikesplain 2019-09-13 19:29:50 -04:00
parent 45a8e5a3b8
commit e5fd697283
1 changed files with 6 additions and 0 deletions

View File

@ -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: