在github上面临Angular-6部署错误

时间:2018-09-23 02:52:44

标签: angular deployment github-pages

我正在按照本教程使用github部署angular应用程序。 https://dzone.com/articles/how-to-deploy-an-angular-application-to-github 最后,我面对这个错误 enter image description here

我用来部署应用程序的

命令是:-

 npm install -g angular-cli-ghpages
$ ng build --prod --base-href https://sahilkatia.github.io/resume/

(其中sahilkatia是我的用户名,简历是我的存储库名)

最后

ngh -no-silent

1 个答案:

答案 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