2019-04-09 10:42:15 +00:00
|
|
|
# Global settings applied to the whole site.
|
|
|
|
#
|
|
|
|
# “base” is the directory to change to before starting build. If you set base:
|
|
|
|
# that is where we will look for package.json/.nvmrc/etc, not repo root!
|
|
|
|
# “command” is your build command.
|
|
|
|
# “publish” is the directory to publish (relative to the root of your repo).
|
|
|
|
|
|
|
|
[build]
|
|
|
|
base = "docs"
|
2020-10-09 10:11:26 +00:00
|
|
|
command = "yarn generate"
|
|
|
|
publish = "dist"
|
|
|
|
ignore = "git diff --quiet HEAD^ HEAD . ../package.json"
|