Skip to content

Commit

Permalink
would that fix tutorial building?
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Aug 23, 2024
1 parent b237407 commit 4794c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if "--quarto" ∈ ARGS
tutorials_folder = (@__DIR__) * "/../tutorials"
# instantiate the tutorials environment if necessary
Pkg.activate(tutorials_folder)
Pkg.develop(PackageSpec(; path=(@__DIR__) * "/../"))
Pkg.resolve()
Pkg.instantiate()
Pkg.activate(@__DIR__) # but return to the docs one before
Expand Down

0 comments on commit 4794c69

Please sign in to comment.