如何使用 github 进行网络托管
我有一个只有 HTML/JS/CSS 的项目。 这是index.html https://raw.github.com/nsisodiya/2x2 -workspace-using-html5/master/index.html
当我尝试打开它时,它显示为文本文件。我想要 HTML 而不是文本.. 每次我需要更新存储库中的任何内容时,我都必须将整个存储库复制到我的服务器上以显示正在运行的演示。
我应该怎么办?
I have a project which is just HTML/JS/CSS.
Here is index.html
https://raw.github.com/nsisodiya/2x2-workspace-using-html5/master/index.html
When I try to open it, it show it as Text file. I want HTML and not text..
Every time I need to update anything in Repo, I have to copy whole repo on my server to show a running demo.
What should I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 github 页面,具体操作方法如下:http://pages.github.com/
You could use github pages and here is how to do it: http://pages.github.com/