Skip to content

Commit

Permalink
Merge branch 'main' into chore-prevent-actions-from-running-on-forks
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Jan 23, 2023
2 parents dcd1900 + 00f95e1 commit e93d7ad
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 e93d7ad

Please sign in to comment.