-
Notifications
You must be signed in to change notification settings - Fork 96
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
gh-pages
size
#270
Comments
not that much related to that, but yes, we should think about a way to remove the old versions in an automatic manner, however the only way I am currently aware that it actually reduces the repo size is by rewriting history. |
@BeastyBlacksmith, I'm starting to see failures, on the E.g. https://github.com/JuliaPlots/PlotDocs.jl/actions/runs/3266291654/jobs/5370253574. So I'm going to delete some old obsolete versions docs ? |
Current status: $ git checkout --track upstream/gh-pages
$ du -sh * | sort -h
[...]
65M v1.25.12
65M v1.26.0
157M v1.30.2
171M v1.31.7
171M v1.32.1
171M v1.33.0
174M v1.34.4
179M v1.35.8
182M dev
182M v1.36.3
196M v1.27.6
196M v1.28.2
196M v1.29.1 |
Not a concern atm, but the documentation files for previous versions are kept in
gh-pages
(currently1.25.6
,1.25.7)
.We probably don't want
gh-pages
to grow infinitely an retain only the latest (currently1.25.7
).@BeastyBlacksmith, this is probably related to 5c8d531 ?
The text was updated successfully, but these errors were encountered: