Skip to content

Commit 258d766

Browse files
authored
dev/latest cleanup
1 parent 427935d commit 258d766

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,9 @@ MultiDocumenter.make(
183183
)
184184
@info "Aggregate build complete"
185185

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

189190
# Download logo
190191
# assets_dir = joinpath(outpath, "assets")

0 commit comments

Comments
 (0)