Skip to content

Commit 347a65e

Browse files
authored
Merge branch 'main' into cgarling-patch-1
2 parents 473566f + bf76a8d commit 347a65e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ MultiDocumenter.make(
183183
@info "Aggregate build complete"
184184

185185
# Remove dev docs from JuliaAstro site
186-
# rm.(glob(joinpath("*", "dev"), outpath); recursive=true)
186+
rm.(glob(joinpath("*", "dev"), outpath); recursive=true)
187187

188188
# Download logo
189189
# assets_dir = joinpath(outpath, "assets")

0 commit comments

Comments
 (0)