mirror of https://github.com/kubernetes/kops.git
Adding hack/ directory to list of triggers for netlify builds
This commit is contained in:
parent
de5efe6779
commit
d43c9b5169
|
@ -2,6 +2,6 @@
|
|||
[build]
|
||||
publish = "site"
|
||||
command = "make build-docs-netlify"
|
||||
ignore = "git diff --quiet HEAD^ HEAD netlify.toml Makefile mkdocs.yml docs/ images/"
|
||||
ignore = "git diff --quiet HEAD^ HEAD netlify.toml Makefile mkdocs.yml docs/ images/ hack/"
|
||||
# available here https://github.com/netlify/build-image/blob/xenial/included_software.md#languages
|
||||
environment = { PYTHON_VERSION = "3.7" }
|
Loading…
Reference in New Issue