Skip to content

Commit 312ff44

Browse files
authored
Fix keywords to deploydocs
1 parent dea75c7 commit 312ff44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/make.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,5 @@ deploydocs(
1717
deps = nothing,
1818
make = nothing,
1919
repo = "github.com/JuliaGraphs/GraphsMatching.jl.git",
20-
target = "build",
21-
julia = "0.6",
22-
osname = "linux"
20+
versions = ["stable" => "v^", "v#.#", "dev" => "master"],
2321
)

0 commit comments

Comments
 (0)