I recently built a simple angular app and decided to publish on enterprise github pages. I used the following method:
cd App
npm install
ng build --prod
cd ../app-github-pages-repo
cp -R ../App/dist/app/* .
git commit -m "Added the app"
git push
Within the github settings I see the message
Your site is published at https://host/pages/orgname/
But when I try to access it, it resources are not downloaded and page is not coming up