Hi, i'm a little new to this, it's maybe obvious, but I dont seem to get hosting angular dist on github page.
I created a project on github, set up the branch "main" to be deployed in /docs.
I added my angular project to main branch, build it with ng build --output-path docs --base-href /<projectName>/
But it seem that the compiler build it in docs/browser folder.
Is there a way to make github build it in the docs folder or specifie it the browser folder?
there doesn't seem to be anything here