每个GitHub存储库都可以拥有(或者是)GitHub Pages网站,可以使用Jekyll构建.每次推送新提交时,GitHub都会构建网站.
有没有办法在不推送新提交的情况下强制刷新Github Pages网站?
回购:https : //github.com/FisherKK/F1sherKK-Online
我是 Jekyll 的新手,并在一次提交中推动了许多更改,现在我很难说出问题出在哪里。我正在编辑最小布局。GitHub 返回一般错误:
页面构建失败。有关更多信息,请参阅 https://help.github.com/articles/troubleshooting-github-pages-builds/。
有关 Jekyll 故障排除的信息,请参阅:
https://help.github.com/articles/troubleshooting-jekyll-builds
如果您有任何问题,可以通过回复此电子邮件与我们联系。
我运行bundle update没有问题,页面本地工作:
$ bundle exec jekyll build Configuration file: /Users/F1sherKK/Dev/F1sherKK-Online/_config.yml
Source: /Users/F1sherKK/Dev/F1sherKK-Online
Destination: /Users/F1sherKK/Dev/F1sherKK-Online/_site Incremental build: disabled. Enable with --incremental
Generating...
done in 0.523 seconds.
Auto-regeneration: disabled. Use --watch to enable.
Run Code Online (Sandbox Code Playgroud)
我尝试过以下事情:
gh-pages分支。_起始文件夹(除了 Jekyll 使用的文件夹).nojekyll文件,但我的网站完全崩溃(404,白色,无布局),所以我删除了它。categories: machine_learning …