Skip to content

Commit

Permalink
chore: disable netlify build if there are no changes to docs (vitest-…
Browse files Browse the repository at this point in the history
  • Loading branch information
Demivan authored Jul 16, 2022
1 parent f93af1f commit 5d9b03f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[build]
publish = "docs/.vitepress/dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npm run docs:build"
ignore = "git diff --quiet $COMMIT_REF $CACHED_COMMIT_REF -- docs/ package.json"

[[redirects]]
from = "/new"
Expand Down

0 comments on commit 5d9b03f

Please sign in to comment.