我正在按照本教程使用github部署angular应用程序。 https://dzone.com/articles/how-to-deploy-an-angular-application-to-github 最后,我面对这个错误
我用来部署应用程序的命令是:-
npm install -g angular-cli-ghpages
$ ng build --prod --base-href https://sahilkatia.github.io/resume/
(其中sahilkatia是我的用户名,简历是我的存储库名)
最后
ngh -no-silent
答案 0 :(得分:0)
这可能是因为您的简历库:
https://github.com/sahilkatia/resume/tree/gh-pages/resume
https://github.com/sahilkatia/resume/blob/gh-pages/resume/index.html
gh-pages分支应直接包含您的简历内容,而不是包含您的简历内容的文件夹简历
也就是说,您应该可以直接通过以下方式访问index.html
:
https://github.com/sahilkatia/resume/blob/gh-pages/index.html