Skip to content

Commit

Permalink
move index
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale-Black committed Feb 22, 2024
1 parent cb75ff5 commit 8ca0532
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.jl → docs/index.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ca0532

Please sign in to comment.