We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0865957 commit dff9e39Copy full SHA for dff9e39
docs/make.jl
@@ -27,4 +27,4 @@ makedocs(sitename = "LinearMPC.jl",
27
"Functions" => "functions.md"
28
])
29
30
-deploydocs(;repo="github.com/darnstrom/LinearMPC.jl",)
+deploydocs(repo="github.com/darnstrom/LinearMPC.jl", devbranch="main", push_preview=true)
0 commit comments