helaili / jekyll-action

A GitHub Action to publish Jekyll based content as a GitHub Pages site
MIT License
250 stars 120 forks source link

Liquid Exception: stack level too deep (SystemStackError) #93

Closed scalastic closed 2 years ago

scalastic commented 3 years ago

Hi,

I encounter this odd error when trying to generate Avif picture with jekyll_picture_tag plugin: Liquid Exception: stack level too deep (SystemStackError)

I made a complete test case to reproduce locally the problem and with all details: https://github.com/scalastic/jekyll-test-cases

scalastic commented 3 years ago

Linked issue: rbuchberger/jekyll_picture_tag/issues/249

scalastic commented 2 years ago

Hi, Just for those facing the same error. I found this GitHub Actions that uses ArchLinux distribution and which contains a complete libvips (AVIF, WebP, JPEG,...): https://github.com/jeffreytse/jekyll-deploy-action

I used it on my own Jekyll site and it works great.