-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix makefile #5
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-bundler
was removed. Now it's back.Also,
make jekyll
did not work for me as thebundle
binary wasn't found. Now it's path is explicitly set.