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 51f14c58e2 docs: force deploy from main
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-06-02 14:26:39 -07:00

7 lines
258 B
TOML

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