polifonia-project / ecosystem

Other
3 stars 2 forks source link

Change workflow for submodules #49

Closed raphaelfournier closed 2 years ago

raphaelfournier commented 2 years ago

some repositories are (becoming) huge. Perhaps we need a "filtered" approach, keeping only "md" files. The filtering would happen outside of Jekyll/GH, helping in deploying faster.

raphaelfournier commented 2 years ago

There is this SO Q&A about git clone --filter on Github: https://stackoverflow.com/questions/600079/how-do-i-clone-a-subdirectory-only-of-a-git-repository.

To be read, checked and implemented. We don't want to list all files on the Ecosystem side, we would prefer an extension-based filter to keep only .md files.

raphaelfournier commented 2 years ago

Update: the solution above seems to be superseded by the solution implemented by @enridaga in 1b2bc55 (based on git ls-tree).