Skip to content

Commit daa2699

Browse files
authored
Merge pull request #111 from JuliaAstro/icweaver-patch-1
Generalize dev doc deletion
2 parents d583153 + 4c2b747 commit daa2699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
run(`rm -rf docs/build/Spectra/dev/`)
164+
run(`rm -rf docs/build/*/dev/`)
165165

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

0 commit comments

Comments
 (0)