jekyll / jekyll-redirect-from

:twisted_rightwards_arrows: Seamlessly specify multiple redirections URLs for your pages and posts.
MIT License
780 stars 112 forks source link

prevent installation of jekyll 3.9 on CI for now #223

Closed satyanash closed 3 years ago

satyanash commented 3 years ago

Sets JEKYLL_VERSION='~> 3.8.0' to ensure that jekyll 3.9 does not cause CI breakage. This is a temporary workaround until we can figure what to do about kramdown-parser-gfm.

ashmaroli commented 3 years ago

Instead of preventing, you can workaround like I did for another project.

satyanash commented 3 years ago

Sounds good. Superseded by #224