-
Notifications
You must be signed in to change notification settings - Fork 0
Fix makefile #5
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
base: gh-pages
Are you sure you want to change the base?
Fix makefile #5
Conversation
|
@thet I'm afraid this isn't working for me yet. I tried running However, it then fails at: Perhaps I need a newer version of ruby, or something like that? My container has ruby 2.6.5. |
|
@cillianderoiste I've added more changes:
Can you please try with a newer Ruby version? Since I did not change the Gemfile or Gemfile.lock I actually think this error is unrelated to my changes here. |
make stamp-bundlerwas removed. Now it's back.Also,
make jekylldid not work for me as thebundlebinary wasn't found. Now it's path is explicitly set.