We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 427935d + 258d766 commit 2496578Copy full SHA for 2496578
1 file changed
docs/make.jl
@@ -183,8 +183,9 @@ MultiDocumenter.make(
183
)
184
@info "Aggregate build complete"
185
186
-# Remove dev docs from JuliaAstro site
+# Remove dev/latest docs from JuliaAstro site
187
rm.(glob(joinpath("*", "dev"), outpath); recursive=true)
188
+rm.(glob(joinpath("*", "latest"), outpath); recursive=true)
189
190
# Download logo
191
# assets_dir = joinpath(outpath, "assets")
0 commit comments