Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Regeneration fails without network access #364
Comments
|
@parkr if this is new, do you think it may be related to URL logic? Shouldn't it fall back? |
|
I realized since reporting this that it does proceed and stop erroring eventually, but it takes a while (20 timeouts or so), which is a lot of waiting. |
|
Working on this over in jekyll/github-metadata#90. |
Before submitting an issue, please be sure to
gem update github-pagesorbundle update github-pages)This issue affects
What did you do (e.g., steps to reproduce)
bundle exec jekyll servewithout network connectivity.What did you expect to happen?
The page to regenerate when local changes are made on disk.
What happened instead?
The page initially generates and serves fine, but on regeneration I get:
indefinitely
Additional information
I am trying to do build and serve the page locally without requiring network access.
The above error comes from the
jekyll-github-metadataplugin, but the site does not use any{{ site.github.* }}whatsoever, so it would be nice to be able to simply disable that plugin somehow if not required or desired.Link to the live site (if applicable):
Link to the source repo (if applicable):