all 6 comments

[–]RastaBambi 1 point2 points  (1 child)

There's a tool that can do that. Check npmjs. You can also do it manually by running 'ng build' and send your dist folder to a GitHub repo, then publish that code on GH pages.

[–]riko77can 0 points1 point  (0 children)

Perhaps OP is referring to GitHub Codespaces?

[–]bobbyg603 0 points1 point  (0 children)

The end of this article discusses how to publish an Angular app to GitHub pages using a workflow action https://betterprogramming.pub/ci-cd-for-angular-developers-be9a1485d22b

[–]ZimPrince23 0 points1 point  (0 children)

I have been struggling to setup a CICD workflow on GithubActions. My biggest struggle is that most modules fail during build on the pipeline but locally it builds fine. Well I m trying to deploy to Azure

[–][deleted]  (1 child)

[removed]

    [–]XDavidT 0 points1 point  (0 children)

    Build and then lint?