【问题标题】:Github pages automatic page generation doesn't generate htmlGithub页面自动页面生成不生成html
【发布时间】:2016-09-09 02:23:53
【问题描述】:

我制作了专门的存储库来存储文档。我想使用 Github 自动页面生成选项(不是 Jekyll)。

据说只要push到gh-pages分支,就会生成html。但事实并非如此。为什么?

https://github.com/evdokp/testdocs

你可以看到 test.md 文件,而不是 test.html 文件。

【问题讨论】:

    标签: html github jekyll github-pages


    【解决方案1】:

    您正在查看错误的网站。 当您创建 GitHub 页面时,它将托管在 https://<your-user>.github.io/<project> 中。因此,在您的情况下,查看该页面的正确链接位于:https://evdokp.github.io/testdocs/

    【讨论】:

      猜你喜欢
      • 2018-08-11
      • 2011-09-13
      • 2012-12-14
      • 2012-07-08
      • 1970-01-01
      • 2017-06-14
      • 2016-12-31
      • 2015-07-14
      • 2015-02-20
      相关资源
      最近更新 更多