Angular app not picked up by github pages?

北城余情 提交于 2020-01-06 08:06:54

问题


First I setup A records for canary.fireflysemantics.com.

Then waited an hour (Not sure if time matters?).

I created a brand new repository: https://github.com/fireflysemantics/canary/

I then pushed the app using ng deploy like this:

ng deploy --base-href=https://canary.fireflysemantics.com --cname=canary.fireflysemantics.com

And the files are now in the repository github-pages branch:

https://github.com/fireflysemantics/canary

However they are not being published / built and the CNAME is not being showed as picked up by the UI, so I assume that it is not seen either:

Thoughts?

来源:https://stackoverflow.com/questions/59596143/angular-app-not-picked-up-by-github-pages

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!