github 页面构建失败:超时
github Page build failure: timeout
我一直在努力推动我的 code to github for 24H00. Everytime, I receive the following message ( https://github.com/lindenb/jvarkit/runs/352148142 )
The page build failed for the master
branch with the following error:
Page build timed out.
Please try again later. For more information, see https://help.github.com/en/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites#troubleshooting-build-errors.
除非我错了,否则上面的网址中没有像'timeout'这样的指示错误。此外, github status 没问题。
这些页面是从 docs 目录编译而来的:它包含 348 个文件 (2.5 M)。在我在 docs/
中添加新文件之前,这些页面通常会被快速编译
我该如何解决这个问题?我在哪里可以找到有关 github 页面的配额(时间/大小)的任何指示?
谢谢。
错误消息具有误导性。
Markdown 格式有一个错误(代码部分缺少反引号)。
我一直在努力推动我的 code to github for 24H00. Everytime, I receive the following message ( https://github.com/lindenb/jvarkit/runs/352148142 )
The page build failed for the
master
branch with the following error:Page build timed out. Please try again later. For more information, see https://help.github.com/en/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites#troubleshooting-build-errors.
除非我错了,否则上面的网址中没有像'timeout'这样的指示错误。此外, github status 没问题。
这些页面是从 docs 目录编译而来的:它包含 348 个文件 (2.5 M)。在我在 docs/
中添加新文件之前,这些页面通常会被快速编译我该如何解决这个问题?我在哪里可以找到有关 github 页面的配额(时间/大小)的任何指示?
谢谢。
错误消息具有误导性。
Markdown 格式有一个错误(代码部分缺少反引号)。