From 8ca0532dee9a31defaa4567e34b919b8d4b007ac Mon Sep 17 00:00:00 2001 From: Dale Black Date: Wed, 21 Feb 2024 21:59:59 -0800 Subject: [PATCH] move index --- index.jl => docs/index.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename index.jl => docs/index.jl (98%) diff --git a/index.jl b/docs/index.jl similarity index 98% rename from index.jl rename to docs/index.jl index a9f42fc..0f4aee1 100644 --- a/index.jl +++ b/docs/index.jl @@ -11,7 +11,8 @@ using InteractiveUtils # ╠═╡ show_logs = false begin using Pkg - Pkg.activate(joinpath(pwd(), "docs")) + # Pkg.activate(joinpath(pwd(), "docs")) + Pkg.activate(".") Pkg.instantiate() using HTMLStrings: to_html, head, link, script, divv, h1, img, p, span, a, figure, hr