Skip to content
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

Disable previews #580

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Disable previews #580

wants to merge 1 commit into from

Conversation

andreasnoack
Copy link
Member

@andreasnoack andreasnoack commented Nov 25, 2024

The current implementation seems to check in each preview causing the repo size to grow with each docs run so disabling until a different solution is available.

@palday I don't think it's a good idea to have this enabled with the current implementation. In a different context, I just noticed that the Catalyst.jl repo is ~3GB because of docs previews.

The current implementation seems to check in each preview causing the repo size to grow with each docs run so disabling until a different solution is available.
Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.33%. Comparing base (89493a4) to head (2b8c75f).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #580   +/-   ##
=======================================
  Coverage   90.33%   90.33%           
=======================================
  Files           8        8           
  Lines        1107     1107           
=======================================
  Hits         1000     1000           
  Misses        107      107           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@palday
Copy link
Member

palday commented Nov 26, 2024

The Documenter docs provide a workflow for cleaning up previews: https://documenter.juliadocs.org/dev/man/hosting/#Cleaning-up-gh-pages

You can also safely delete the entire history of the gh-pages branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants