diff --git a/docs/make.jl b/docs/make.jl index 9d044ca..31192b9 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -18,3 +18,6 @@ makedocs( sitename = "BoreholeNetworksSimulator.jl" #repo = Remotes.GitHub("marcbasquensmunoz", "BoreholeNetworksSimulator.jl") ) +deploydocs( + repo = Remotes.GitHub("marcbasquensmunoz", "BoreholeNetworksSimulator.jl") +) \ No newline at end of file