Skip to content

Commit

Permalink
chore: fix netlify ignore script (#10468)
Browse files Browse the repository at this point in the history
* chore: fix netlify ignore script

* chore: update node version, add ignore script

* fix: specify docs folder

* fix: assume base of docs

* test change detection

* revert docs change
  • Loading branch information
alessbell committed Jan 23, 2023
1 parent ea615ad commit 00f95e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
command = "npm run typedoc"

[build.environment]
NODE_VERSION = "16"
NODE_VERSION = "18"

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

0 comments on commit 00f95e1

Please sign in to comment.