Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbasquensmunoz committed Aug 27, 2024
1 parent b59e8df commit 0304bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/instantiate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ documenter_directory = isempty(ARGS) ? @__DIR__() : joinpath(pwd(), ARGS[1])
cd(project_directory) do
Pkg.Registry.add(RegistrySpec(url = geothermal_registry))
Pkg.Registry.add("General")
Pkg.activate(project_directory)
Pkg.develop(PackageSpec(path = documenter_directory))
Pkg.activate(documenter_directory)
Pkg.develop(PackageSpec(path = project_directory))
Pkg.instantiate()
end

0 comments on commit 0304bb5

Please sign in to comment.