Ian Weaver
Ian Weaver
Sweet, thanks! Have you been able to generate docs with the [`Mirror to DAMTP`](https://github.com/abhro/DynamicQuantities.jl/blob/033d428274044bdfd4c1a978a4a74a1eeb260977/docs/make.jl#L59-L65) bit btw? I've been finding that since it it [relies on an ENV in CI](https://github.com/SymbolicML/DynamicQuantities.jl/blob/b209b7c52d9a6bc9c14afddd49d06bcde435e724/.github/workflows/CI.yml#L60), it...
Sorry, I should have said "because of the Mirror to DAMTP bit" instead of "with the Mirror to DAMTP bit". In other words, this seems like an issue for anyone...
Cool how about just wrapping the deploydocs bit in something like this? ```julia in_CI_env = get(ENV, "CI", nothing) == "true" if in_CI_env deploydocs(; repo="github.com/SymbolicML/DynamicQuantities.jl", devbranch="main" ) # Mirror to DAMTP:...
Sweet, thx! Could you also add that CI guard Miles mentioned?
Howdy folks, just wanted to check if there was anything else still needed for this PR. Did we want `in_CI_env` renamed to `DEPLOY_DOCUMENTER`? cc: @MilesCranmer
Dope! Happy to try chipping away at this. Were you thinking [something like this](https://github.com/SymbolicML/DynamicQuantities.jl/pull/165) to start?
For sure! Just opened https://github.com/MakieOrg/Makie.jl/issues/4859
Closed by https://github.com/MakieOrg/Makie.jl/pull/5280 🎉