diff --git a/docs/make.jl b/docs/make.jl index 5cf55da..d71c57b 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -25,9 +25,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="github.com/JuliaBerry/PiGPIO.jl", +)