Download tarballs from GitHub archive URLs instead of cloning the repo#35
Open
rafaelfranca wants to merge 1 commit intomasterfrom
Open
Download tarballs from GitHub archive URLs instead of cloning the repo#35rafaelfranca wants to merge 1 commit intomasterfrom
rafaelfranca wants to merge 1 commit intomasterfrom
Conversation
This will save space by not downloading the `.git` folder and just getting the source code for the specified tag.
Member
Author
|
Confirmed that both api and guides generation work without the git repository. |
Member
|
I am fine with the patch, but if we compare with we only save 7 MB for |
fxn
approved these changes
Nov 1, 2025
Member
Author
|
I'll leave this patch unmerged again so I can double check why I could delete 100GB of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will save space by not downloading the
.gitfolder and just getting the source code for the specified tag.I could save 10GB in the documentation server without downloading the git repositories.
The only thing I need to double check is if the doc generation itself in the Rails repo uses the git repository in any way.