Skip to content

Commit

Permalink
Tweak ignore command
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorblades committed Mar 22, 2022
1 parent 6247905 commit 58379ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[context.deploy-preview.build]
base = "docs"
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ."
ignore = "git diff --quiet HEAD^ HEAD ."
command = """\
cd ../
rm -rf monodocs
Expand Down

0 comments on commit 58379ab

Please sign in to comment.