Skip to content

Commit de02b01

Browse files
update name
1 parent c3bc390 commit de02b01

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/make.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using Documenter, SuiteSparseGraphBLAS
33
makedocs(
44
modules = [SuiteSparseGraphBLAS],
55
format = Documenter.HTML(),
6-
sitename = "GraphBLAS.jl",
6+
sitename = "SuiteSparseGraphBLAS",
77
doctest = false,
88
pages = Any[
99
"Basic matrix functions" => "matrix_methods.md",
@@ -12,6 +12,8 @@ makedocs(
1212
)
1313

1414
deploydocs(
15-
julia = "nightly",
16-
repo = "github.com/abhinavmehndiratta/SuiteSparseGraphBLAS.jl.git"
15+
target = "build",
16+
deps = nothing,
17+
make = nothing,
18+
repo = "github.com/abhinavmehndiratta/SuiteSparseGraphBLAS.jl.git"
1719
)

0 commit comments

Comments
 (0)