Github 页面自动页面生成不生成 html
Github pages automatic page generation doesn't generate html
我制作了专门的存储库来存储文档。我想使用 Github 自动页面生成选项(不是 Jekyll)。
据说,只要你push到gh-pages分支,就会生成html。但事实并非如此。为什么?
https://github.com/evdokp/testdocs
您可以看到 test.md 个文件,而不是 test.html 个文件。
您正在查看错误的站点。
当您创建 GitHub 页面时,它将托管在 https://<your-user>.github.io/<project>
中。因此,在您的情况下,查看页面的正确 link 位于:https://evdokp.github.io/testdocs/
我制作了专门的存储库来存储文档。我想使用 Github 自动页面生成选项(不是 Jekyll)。
据说,只要你push到gh-pages分支,就会生成html。但事实并非如此。为什么?
https://github.com/evdokp/testdocs
您可以看到 test.md 个文件,而不是 test.html 个文件。
您正在查看错误的站点。
当您创建 GitHub 页面时,它将托管在 https://<your-user>.github.io/<project>
中。因此,在您的情况下,查看页面的正确 link 位于:https://evdokp.github.io/testdocs/