Skip to content

Commit

Permalink
Copy notebooks with vitepress build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Sep 24, 2024
1 parent afecc9b commit 55509f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function build_jutul_darcy_docs(build_format = nothing; build_examples = true, b
example_path(pth) = joinpath(jutul_dir, "examples", "$pth.jl")
for (ex, pth) in examples
in_pth = example_path(pth)
out_dir = joinpath(@__DIR__, "src", "examples")
out_dir = joinpath(@__DIR__, "build", "examples")
is_validation = startswith(ex, "Validation:")
is_intro = startswith(ex, "Intro: ")
is_example = !(is_intro || is_validation)
Expand Down

0 comments on commit 55509f0

Please sign in to comment.