【发布时间】:2018-07-05 06:10:16
【问题描述】:
我正在使用 travis 将构建的内容部署到与 gh-pages 分支对应的项目中。这是项目:
https://github.com/fireflysemantics/is
我看到 typedoc 生成的 doc 文件夹在 gh-pages 分支中,但是当我转到:
https://fireflysemantics.github.io/is/doc/index.html
我得到一个 404,但 index.html 页面位于该位置的 gh-pages 分支中:
https://github.com/fireflysemantics/is/blob/gh-pages/doc/index.html
知道为什么它不渲染吗?
【问题讨论】:
标签: git github github-pages