Skip to content

Commit 52c6c53

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

+1-1
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)