Can I build two different sites from subdirectories in the same repo?

I’m working on a repo that has two subdirectories, each of which should be compiled to a separate site:

monorepo/
  website-one/
  website-two/

In “What if my project folder is not the root of my git repository?”, it looks like I can specify the build path for one of the subdirectories in netlify.toml, but not both.

Does Netlify support a use case like this?

Yup, you’d set base differently in our UI for each site, and we’ll use netlify.toml from within website-one/ instead of the /netlify.toml :smiley:

I know this isn’t what you asked, but the title of your post is one that many people solve with this workflow, so linking it here for those future finders of this thread!

[Support Guide] Can I deploy multiple repositories in a single site?