jekyll / jekyll-import

:inbox_tray: The "jekyll import" command for importing from various blogs to Jekyll format.
https://import.jekyllrb.com
MIT License
515 stars 316 forks source link

Omit importer dependencies in docs-site workflow #501

Closed ashmaroli closed 1 year ago

ashmaroli commented 1 year ago

Summary

Avoid installing importer dependencies and test-suite dependencies while building / deploying the documentation site.

Background

While setting-up Deploy Previews (on pull_request events) for the docs-site via Netlify. the build-image there failed to install certain gems with native=extensions due to missing dependencies of the native-code compiler.

Advantages

parkr commented 1 year ago

@jekyllbot: merge +dev