如果我.html在GitHub存储库中有一个文件(例如,用于运行一组JavaScript测试),我是否可以通过任何方式直接查看该页面,从而运行测试?
.html
例如,我是否能以某种方式实际看到[Query测试套件所产生的测试结果,而无需将存储库下载或克隆到本地驱动器并在其中运行呢?
我知道这基本上会将GitHub置于静态内容托管业务中,但是话又说回来,他们只需要将其mime类型从更改为text/plain即可text/html。
text/plain
text/html
您可能要使用raw.githack.com。它支持GitHub,Bitbucket,Gitlab和GitHub要点。
https://raw.githubusercontent.com/[user]/[repository]/[branch]/[filename.ext]
在你的情况下.html扩展
发展(节流)
https://raw.githack.com/[user]/[repository]/[branch]/[filename.ext]
产量(CDN)
https://rawcdn.githack.com/[user]/[repository]/[branch]/[filename.ext]
raw.githack.com还支持其他服务:
https://bitbucket.org/[user]/[repository]/raw/[branch]/[filename.ext]
https://bb.githack.com/[user]/[repository]/raw/[branch]/[filename.ext]
https://bbcdn.githack.com/[user]/[repository]/raw/[branch]/[filename.ext]
https://gitlab.com/[user]/[repository]/raw/[branch]/[filename.ext]
https://gl.githack.com/[user]/[repository]/raw/[branch]/[filename.ext]
https://glcdn.githack.com/[user]/[repository]/raw/[branch]/[filename.ext]
https://gist.githubusercontent.com/[user]/[gist]/raw/[revision]/[filename.ext]
https://gist.githack.com/[user]/[gist]/raw/[revision]/[filename.ext]
https://gistcdn.githack.com/[user]/[gist]/raw/[revision]/[filename.ext]
更新:rawgit已停产