-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't deploy Rust docs to GH pages #3731
Comments
Other big rust projects must face this issue - I'll have a look at how e.g servo addresses this See also rust-lang/rust#31387 |
Known issue: https://www.reddit.com/r/rust/comments/wy3j50/psa_if_youre_using_ghpages_to_host_your/
|
We currently use forest/.github/workflows/docs.yml Lines 81 to 87 in b7ac403
Maybe switching to |
I would suggest exploring using Cloudflare pages for this, as well as pruning the git history. Cloning the full repo sucks 😁 |
Done via #4792 |
Issue summary
Self-hosting Rust docs makes regular Forest clones/forks quite heavy; 419 MB for latest
main
b7ac403.The largest culprit is the Rust documentation.
Use this command
Sample output:
This is too large and must be dealt with.
gh-pages
branch - most likely it will need to be squashed (or re-created) so that the objects are no longer present in git history,Other information and links
The text was updated successfully, but these errors were encountered: