1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 12:27:52 +00:00

Include the doc dir in netlify build.ignore.

This commit is contained in:
Brenden Matthews 2022-10-04 17:00:42 -05:00 committed by Brenden Matthews
parent 670973a678
commit 1da48cb079

View File

@ -2,6 +2,10 @@
command = "yarn run build"
publish = ".next"
# Include the doc dir in the build ignore command
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../doc/"
[[plugins]]
package = "@netlify/plugin-nextjs"