Monorepo support
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 259
- Forks
- 56
- Avg merge
- 9d 11h
- Merged PRs (30d)
- 2
Description
Maybe I am doing something wrong, but I cannot for the life of me deploy from a yarn workspaces monorepo.
I added the base:
// astro.config.msj
{
base: '/docs',
}
It won't build properly because it won't build my other dependencies.
So if I remove the base, it fails because it can't find the docs/dist directory.
I need a way to build from the root and deploy from a path, but it doesn't seem as though one is exposed.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the deployment from the repository root using the yarn workspaces layout and the base setting shown in astro.config.msj. Trace how the action locates docs/dist and handles the /docs deployment path. Done means a monorepo project builds from the root and deploys successfully at the configured path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100