将子 gh-pages 添加到项目页面

adding sub gh-pages to a Project page

我在 github 上有一个 project,它有不同的文件夹,每个文件夹代表教程中的一个步骤并包含自己的网页。结构如下

根文件夹

等...

我想把每个Iteration的内容部署到自己的gh-page/project页面,请问实现这个的过程是怎样的。 基本上我想要实现的是拥有以下网页:

username.github.io/projectname/Iteration1

username.github.io/projectname/Iteration2

等..

username.github.io/projectname/Iteration7

感谢 this,我知道如何将子文件夹部署到 github 页面,但按照此操作将意味着只有一个迭代部署在 username.github.io/projectname,这不是我想要实现的。

您的 bondifrench 用户需要 mithril-employee-directoree 存储库,并且存储库中有 gh-pages 分支。将 iterationN 文件夹放入 gh-pages 分支,您的主机上就有了 iterationN 文件夹。 Link 它与 html 中的 a href='iterationN\page'

GH help

在项目存储库中 github.com/username/projectname 如果你想发布你必须把你的代码放在 gh-pages 分支上。

我已经克隆了您的存储库,创建了一个新的 gh-pages 分支并将其推送到 Github。

http://pygmeeweb.com/mithril-employee-directory/iteration1/

http://pygmeeweb.com/mithril-employee-directory/iteration2/