正如主题所说,我希望将我的自定义域重定向到特定项目的gh-pages分支.
我很容易得到标准行为:
- custom.domain.tld> user.github.io(静态内容位于github.com/user/user.github.io/ master branch中)
- custom.domain.tld/project /> user.github.io/project (静态内容位于github.com/project/ gh-pages分支中)
但我无法弄清楚如何得到这个:
- custom.domain.tld> user.github.io/project (静态内容所在的位置github.com/user/project/ gh-pages分支)
我非常感谢指针.