-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Hi, first of all thanks for this plugin and please add support for Jekyll 4.0 :)
and now the actual issue:
I'm building Jekyll in a gitlab ci-cd for 1 project that has two branches: master and development
they have same katex config but in master I get this error
$ bundle info jekyll-katex
* jekyll-katex (0.4.3)
Summary: Jekyll plugin for easy KaTeX math server-side rendering.
Homepage: https://github.com/linjer/jekyll-katex
Path: /usr/local/rvm/gems/ruby-2.6.3/gems/jekyll-katex-0.4.3
$ bundle exec jekyll build -d public
Configuration file: /builds/Azadeh-Afzar/Web-Development/Kianic-Jekyll-Theme/_config.yml
Configuration file: /builds/Azadeh-Afzar/Web-Development/Kianic-Jekyll-Theme/_config.yml
jekyll 3.8.6 | Error: Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes.
while on development branch everything runs just fine:
$ bundle info jekyll-katex
* jekyll-katex (0.4.3)
Summary: Jekyll plugin for easy KaTeX math server-side rendering.
Homepage: https://github.com/linjer/jekyll-katex
Path: /usr/local/rvm/gems/ruby-2.6.3/gems/jekyll-katex-0.4.3
$ bundle exec jekyll build -d development
Configuration file: /builds/Azadeh-Afzar/Web-Development/Kianic-Jekyll-Theme/_config.yml
Configuration file: /builds/Azadeh-Afzar/Web-Development/Kianic-Jekyll-Theme/_config.yml
Katex Configuration: Found KaTeX js at: /usr/local/rvm/gems/ruby-2.6.3/gems/jekyll-katex-0.4.3/lib/assets/js/katex.min.js
Source: /builds/Azadeh-Afzar/Web-Development/Kianic-Jekyll-Theme
Destination: development
Incremental build: disabled. Enable with --incremental
Generating...
Jekyll Feed: Generating feed for posts
done in 5.36 seconds.
Auto-regeneration: disabled. Use --watch to enable.
can you look at this? i'm really confused and used many ways to solve it but still failed.
thank you
Reactions are currently unavailable