Skip to content

Commit 32c4793

Browse files
authored
Update make.jl
1 parent cc540a5 commit 32c4793

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/make.jl

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
using Documenter, DistStat
22

3-
makedocs(sitename="Dist Stat.")
3+
makedocs(
4+
format = Documenter.HTML(),
5+
sitename = "DistStat.jl",
6+
authors = "Seyoon Ko",
7+
clean = true,
8+
debug = true,
9+
pages = [
10+
"index.md"
11+
]
12+
)
13+
14+
deploydocs(
15+
repo = "github.com/kose-y/DistStat.jl.git",
16+
target = "build",
17+
deps = nothing,
18+
make = nothing
19+
)
420

521

0 commit comments

Comments
 (0)