-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error installing bundler every hour for four days #71
Comments
Hi @kkew3 This issue has been fixed in #70 , please use the latest version which is master branch in your github action as below: - uses: jeffreytse/jekyll-deploy-action@master
with:
provider: 'github'
token: ${{ secrets.GITHUB_TOKEN }} # It's your Personal Access Token(PAT)
bundler_ver: '~>2.4.0' # It's quite important to specify a compatible bundler version Thanks & Regards |
Thank you so much for your help! Where should I make the change locally? Or somewhere else? |
@kkew3 You can also use |
Sorry but I didn't quite understand. Should I specify the bundler version as |
@kkew3 Both |
Problem solved. Thanks again! |
You're welcome, welcome to star this project for further updates in the future. : ) |
From December 16 I have been receiving "Build and deploy to github pages: all jobs have failed" email every hour. I thought it would go away on its own, but it did not. I didn't make any commits these days and the issue occurred all of a sudden. The log (e.g. this link: https://github.com/kkew3/kkew3.github.io/actions/runs/7258117479/job/19772949278) goes like this:
I can build the pages locally using
bundle exec jekyll serve
without any problem.I have no idea what's going on and how I should do to fix it. Thanks in advance for help!
The text was updated successfully, but these errors were encountered: