Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 0763249

Browse files
committed
complete deploy specification
1 parent 5db156e commit 0763249

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/make.jl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ makedocs(
1717
)
1818

1919
deploydocs(
20-
repo = "github.com/JuliaGraphs/LightGraphsFlows.jl.git",
21-
julia = "0.6"
20+
deps = nothing,
21+
make = nothing,
22+
repo = "github.com/JuliaGraphs/LightGraphsFlows.jl.git",
23+
target = "build",
24+
julia = "0.6",
25+
osname = "linux"
2226
)

0 commit comments

Comments
 (0)