We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a948e commit 981839fCopy full SHA for 981839f
docs/make.jl
@@ -25,9 +25,6 @@ makedocs(
25
]
26
)
27
28
-# Documenter can also automatically deploy documentation to gh-pages.
29
-# See "Hosting Documentation" and deploydocs() in the Documenter manual
30
-# for more information.
31
-#=deploydocs(
32
- repo = "<repository url>"
33
-)=#
+deploydocs(;
+ repo="github.com/JuliaBerry/PiGPIO.jl",
+)
0 commit comments