I recently wanted to setup continious deployment of an Angular 8 project as an Azure Web App with Github Actions and strugeled a bit. It turns out the devil is in the details, so I provide this gist to hopefully make it easier for others.
Assuming you have the angular cli installed run the following command and use all the default settings.
ng new your-app-name