Can I disable gh-pages hosting for my forked repo?

空扰寡人 提交于 2019-12-03 11:05:16

I would suggest renaming the "branch" in your fork to something other than gh-pages, that should prevent it from triggering builds, but will still allow you to pull request to the gh-pages on the upstream parent.

Cai

Switch to the gh-pages branch on that forked repo. Then remove the CNAME file. That should fix this problem.

You can get those emails because your forked repo tried to send the GitHub server the same CNAME settings as another project. (In your case, the upstream repo you forked from.)

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