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

Docs are making repo size huuuge? #76

Closed
navidcy opened this issue May 19, 2020 · 2 comments · Fixed by #79
Closed

Docs are making repo size huuuge? #76

navidcy opened this issue May 19, 2020 · 2 comments · Fixed by #79

Comments

@navidcy
Copy link
Member

navidcy commented May 19, 2020

I just cloned the repo and it's 500MB... I think the .pngs and .mp4 files in the docs (and potentially others) are making the repo size large.

This reminds me of the issue in Oceananigans.jl, which btw is still ongoing... :( few days ago the Oceananigans.jl repo was ~300MB :(

@glwagner
Copy link
Member

yuge

@navidcy
Copy link
Member Author

navidcy commented May 25, 2020

@glwagner, @ali-ramadhan

note the use of withenv in the docs/make.jl if you want Documenter.jl to deploy the docs in a different repository:

withenv("GITHUB_REPOSITORY" => "FourierFlows/GeophysicalFlowsDocumentation") do
deploydocs( repo = "github.com/FourierFlows/GeophysicalFlowsDocumentation.git",
versions = ["stable" => "v^", "v#.#.#"],
push_preview = true
)
end

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

Successfully merging a pull request may close this issue.

2 participants