Skip to content

Commit

Permalink
Include the doc dir in netlify build.ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Oct 4, 2022
1 parent 670973a commit 1da48cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 1da48cb

Please sign in to comment.