Skip to content

Commit cecea00

Browse files
committed
Fix devbranch = main in deploydocs
1 parent ac1b826 commit cecea00

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

docs/make.jl

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ import Pkg;
22
Pkg.add("Documenter")
33
using Documenter, PostgresORM
44

5-
makedocs(sitename="PostgresORM documentation",
6-
modules = [PostgresORM],
7-
pages=[
8-
"Home" => "index.md"
9-
])
10-
deploydocs(;repo="github.com/JuliaPostgresORM/PostgresORM.jl.git",)
5+
makedocs(
6+
sitename = "PostgresORM documentation",
7+
modules = [PostgresORM],
8+
pages = ["Home" => "index.md"],
9+
)
10+
deploydocs(; repo = "github.com/JuliaPostgresORM/PostgresORM.jl.git",
11+
devbranch = "main")

0 commit comments

Comments
 (0)