Adding hack/ directory to list of triggers for netlify builds

This commit is contained in:
MoShitrit 2020-07-16 08:36:58 -04:00
parent de5efe6779
commit d43c9b5169
1 changed files with 1 additions and 1 deletions

View File

@ -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" }