github-pages can't satisfy your Gemfile's dependencies
damienbelveze opened this issue · 1 comments
damienbelveze commented
Hello,
Describe the bug
I have tried to deploy your template as it is from github pages and got the following message:
github-pages can't satisfy your Gemfile's dependencies.
To reproduce
Steps to reproduce the behavior:
- I went to your github repo 'digitan-garden-jekyll-template.'
- Clicked on 'use this template'
- Once I cloned and renamed it, I went to settings > Pages > deploy from branch, selected "main" and "/root" then clicked on save
- and got this error
What could I do to fix that and deploy your digital garden (first step to use it with my notes)?
Thank you in advance for your help
Damien Belvèze
maximevaillancourt commented
Hi Damien,
Just to be clear: are you referring to line 10 in the screenshot you shared? If so, that's only a warning (not an error), and shouldn't cause the build process to fail.
Could you share a screenshot of the rest of the output? (beyond line 32)
In the meantime, you might want to try these potential solutions:
- Most likely to work: Use GitHub Actions to deploy to GitHub Pages ⭐
- Install the
faraday-retry
gem in your project (I only suggest this because I see a message about it in your screenshot, I'm not sure it'll change anything but worth a try)