This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/netlify.toml
Andrea Luzzardi eb3b1c4e38 docs: add netlify.toml
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-06-02 14:07:10 -07:00

7 lines
235 B
TOML

[build]
base = "tools/daggosaurus/"
publish = "build/"
command = "yarn build"
# build only if there are changes within daggosaurus or docs directories.
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../../docs/"