mirror of https://github.com/kubernetes/kops.git
Add netlify file and remove todo
This commit is contained in:
parent
cb66ae7af9
commit
98af09fbb1
1
Makefile
1
Makefile
|
|
@ -879,7 +879,6 @@ build-docs:
|
||||||
@docker build --pull -t kops/mkdocs images/mkdocs
|
@docker build --pull -t kops/mkdocs images/mkdocs
|
||||||
@docker run --rm -v ${PWD}:/docs kops/mkdocs build
|
@docker run --rm -v ${PWD}:/docs kops/mkdocs build
|
||||||
|
|
||||||
# TODO: Remove before merging
|
|
||||||
.PHONY: build-docs-netlify
|
.PHONY: build-docs-netlify
|
||||||
build-docs-netlify:
|
build-docs-netlify:
|
||||||
@pip install -r ${MAKEDIR}/images/mkdocs/requirements.txt
|
@pip install -r ${MAKEDIR}/images/mkdocs/requirements.txt
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
# netlify configuration
|
||||||
|
[build]
|
||||||
|
publish = "site"
|
||||||
|
command = "make build-docs-netlify"
|
||||||
Loading…
Reference in New Issue