Issue when trying to implement Multiple Language plugin #281
-
Checks
Link to your website repohttps://github.com/mycroorg/mycroorg.github.io Version of Lab Website Template you are using1.2.2 DescriptionHello! Thank you so much for the template. I'm trying to implement the jekyll-multiple-languages-plugin in order to display my website either in English or Spanish. I'm following instructions in the plugin GitHub README, and the installation step is essentially the instructions you provide in the documentation (i.e, add the plugin to the config file and the Gemfile). However, when I do this and commit to main, the GitHub action (on push to main) fails. The plugin README says I need to install the gem, and I suppose I should specify that in a new or existing GitHub Action, but it is my first time using Actions and I'm still not confident enough working with them. I understand that implementation of non pre-installed plugins is potentially out of the scope of this Discussions facility, and I don't pretend template maintainers to tell me exactly how can I do an optional thing on my website. I want to ask if I'm on the right track thinking that I need to change something in Actions, or if I would need to run the "first time setup" action again (that wouldn't be a big problem since the website does not have content at all for now), but I would like to know before I try because that would imply deleting the repo and generate it again. Thank you so much in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There's something missing from the docs which is that you need to generate a new logs from your failed workflow
To do this, you should just need to preview your site locally, which should generate a new So, either run |
Beta Was this translation helpful? Give feedback.
There's something missing from the docs which is that you need to generate a new
Gemfile.lock
file for this change as well.logs from your failed workflow