Files
ma/nextflow/docs/netlify.toml
2026-04-29 23:01:54 +02:00

11 lines
247 B
TOML

# No deployment previews unless the docs are edited
[build]
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ."
# Tell Google not to spider the Netlify staging site
[[headers]]
for = "/*"
[headers.values]
X-Robots-Tag = "noindex"