We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427935d commit 258d766Copy full SHA for 258d766
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