Hi,
My current repo is a monorepo. it hosts the www, blog && doc on the same repo. all have different builds flow.
Is there a way to deploy to different pages from the same repo?
Currently I’ve succeeded only creating one page per repo
Unfortunately this is not currently possible when connecting to Git - you can only tie a git repo to 1 Pages project.
However, you could accomplish this using Direct Uploads:
You can create any number of Projects, and then simply build them on your own CI (GitHub Actions, etc.) and push the files up to Pages that way. That’s currently the best way to support monorepos.
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.