Skip to content

Commit e20e648

Browse files
committed
Update docs deploy process
1 parent 584ad08 commit e20e648

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/make.jl

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@ using Documenter, SQLite
22

33
makedocs(
44
modules = [SQLite],
5+
format = :html,
6+
sitename = "SQLite.jl",
7+
pages = ["Home" => "index.md"]
58
)
69

710
deploydocs(
8-
deps = Deps.pip("mkdocs", "mkdocs-material", "python-markdown-math"),
9-
repo = "github.com/JuliaDB/SQLite.jl.git"
11+
repo = "github.com/JuliaDB/SQLite.jl.git",
12+
target = "build",
13+
deps = nothing,
14+
make = nothing,
15+
julia = "0.5",
16+
osname = "linux"
1017
)

0 commit comments

Comments
 (0)