Skip to content

Commit

Permalink
Add netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Dec 5, 2023
1 parent 50e2ef2 commit 10e3914
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ yarn-error.log
/package-lock.json.ember-try
/yarn.lock.ember-try
/pnpm-lock.ember-try.yaml

# Local Netlify folder
.netlify
3 changes: 3 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build]
command = "pnpm run build:docs"
publish = "docs/dist"

0 comments on commit 10e3914

Please sign in to comment.