Skip to content

Commit 48836d9

Browse files
committed
remove dev docs from local build
1 parent 82498af commit 48836d9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/make.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ MultiDocumenter.make(
160160
)
161161
@info "Aggregate build complete"
162162

163+
# Remove dev docs from JuliaAstro site
164+
run(`rm -rf docs/build/Spectra/dev/`)
165+
163166
# Download logo
164167
# assets_dir = joinpath(outpath, "assets")
165168
# mkpath(assets_dir)

0 commit comments

Comments
 (0)