diff --git a/docs/make.jl b/docs/make.jl index ad75419..85389ab 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -18,6 +18,6 @@ makedocs( # Documenter can also automatically deploy documentation to gh-pages. # See "Hosting Documentation" and deploydocs() in the Documenter manual # for more information. -# #=deploydocs( -# repo = "" -# )=# +deploydocs( + repo = Remotes.GitHub("RomeoV", "ProbabilisticParameterEstimators.jl"); +)