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 e56474a commit 13a1d94Copy full SHA for 13a1d94
docs/make.jl
@@ -37,6 +37,7 @@ makedocs(
37
# Documenter can also automatically deploy documentation to gh-pages.
38
# See "Hosting Documentation" and deploydocs() in the Documenter manual
39
# for more information.
40
-#=deploydocs(
41
- repo = "<repository url>"
42
-)=#
+deploydocs(
+ repo="github.com/LAMPSPUC/PWF.jl.git",
+ push_preview = true
43
+ )
0 commit comments