Skip to content

Commit

Permalink
Fix remote
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbasquensmunoz committed Aug 21, 2024
1 parent 290be6b commit d02ea02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dir = @__DIR__
#Literate.markdown("$dir/src/tutorial.jl", "$dir/src")
#Literate.markdown("$dir/src/nonhistory.jl", "$dir/src")
makedocs(
pages=pages,
sitename="BoreholeNetworksSimulator.jl",
repo = "github.com/marcbasquensmunoz/BoreholeNetworksSimulator.jl.git"
)
pages = pages,
sitename = "BoreholeNetworksSimulator.jl",
repo = Remotes.GitHub("marcbasquensmunoz", "BoreholeNetworksSimulator.jl")
)

0 comments on commit d02ea02

Please sign in to comment.