Skip to content

Commit 2496578

Browse files
authored
Merge pull request #150 from JuliaAstro/icweaver-patch-1
dev/latest cleanup
2 parents 427935d + 258d766 commit 2496578

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)