Skip to content

Commit 36f7fe2

Browse files
authored
typo
1 parent fbee9fa commit 36f7fe2

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
@@ -161,7 +161,7 @@ MultiDocumenter.make(
161161
@info "Aggregate build complete"
162162

163163
# Remove dev docs from JuliaAstro site
164-
rm.(glob("*/dev/"); recursive=true)
164+
rm.(glob(joinpath("*", "dev"), outpath); recursive=true)
165165

166166
# Download logo
167167
# assets_dir = joinpath(outpath, "assets")

0 commit comments

Comments
 (0)