Add netlify file and remove todo

This commit is contained in:
mikesplain 2019-10-25 10:50:38 -04:00
parent cb66ae7af9
commit 98af09fbb1
No known key found for this signature in database
GPG Key ID: D5E91A3C9BBEA323
2 changed files with 4 additions and 1 deletions

View File

@ -879,7 +879,6 @@ 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

4
netlify.toml Normal file
View File

@ -0,0 +1,4 @@
# netlify configuration
[build]
publish = "site"
command = "make build-docs-netlify"