Skip to content

Commit 52c6c53

Browse files
committed
chore(website): do not ignore changes to netlify config
1 parent 472760e commit 52c6c53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
[context.production]
1313
# Do not build the site if there's no site-related changes
14-
ignore = "git diff --quiet HEAD^ HEAD -- website/ docs/"
14+
ignore = "git diff --quiet HEAD^ HEAD -- website/ docs/ netlify.toml"
1515

1616
# deploy preview build (faster config)
1717
[context.deploy-preview]

0 commit comments

Comments
 (0)