We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1b826 commit cecea00Copy full SHA for cecea00
1 file changed
docs/make.jl
@@ -2,9 +2,10 @@ import Pkg;
2
Pkg.add("Documenter")
3
using Documenter, PostgresORM
4
5
-makedocs(sitename="PostgresORM documentation",
6
- modules = [PostgresORM],
7
- pages=[
8
- "Home" => "index.md"
9
- ])
10
-deploydocs(;repo="github.com/JuliaPostgresORM/PostgresORM.jl.git",)
+makedocs(
+ sitename = "PostgresORM documentation",
+ modules = [PostgresORM],
+ pages = ["Home" => "index.md"],
+)
+deploydocs(; repo = "github.com/JuliaPostgresORM/PostgresORM.jl.git",
11
+ devbranch = "main")
0 commit comments