We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb3f00e + 7eb379d commit 5930d0fCopy full SHA for 5930d0f
1 file changed
docs/make.jl
@@ -183,7 +183,7 @@ MultiDocumenter.make(
183
@info "Aggregate build complete"
184
185
# Remove dev docs from JuliaAstro site
186
-rm.(glob(joinpath("*", "dev"), outpath); recursive=true)
+# rm.(glob(joinpath("*", "dev"), outpath); recursive=true)
187
188
# Download logo
189
# assets_dir = joinpath(outpath, "assets")
@@ -204,4 +204,4 @@ deploydocs(;
204
cname = "juliaastro.org",
205
versions = nothing,
206
)
207
-@info "Deploy complete"
+@info "Deploy complete"
0 commit comments