Skip to content

Commit ee0848f

Browse files
authored
Merge pull request #114 from JuliaAstro/icweaver-patch-1
typo
2 parents fbee9fa + 36f7fe2 commit ee0848f

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)