Skip to content

Commit

Permalink
docs: test netlify ignore using shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 31, 2022
1 parent 4032cef commit ba23711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Expand Up @@ -4,4 +4,4 @@
[build]
publish = "docs/.vitepress/dist"
command = "npx pnpm i --store=node_modules/.pnpm-store --frozen-lockfile && npm run ci-docs"
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs package.json pnpm-lock.yaml netlify.toml"
ignore = "./scripts/docs-check.sh"
1 change: 1 addition & 0 deletions scripts/docs-check.sh
@@ -0,0 +1 @@
git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs package.json pnpm-lock.yaml netlify.toml scripts/docs-check.sh

0 comments on commit ba23711

Please sign in to comment.