Skip to content

Commit 6ac7cd5

Browse files
committed
Small tweaks to get doc deployment working
1 parent 0bbc0e3 commit 6ac7cd5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/make.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ makedocs(
1212
)
1313

1414
deploydocs(
15-
repo = "github.com/JuliaArrays/StaticArrays.jl",
15+
repo = "github.com/JuliaArrays/StaticArrays.jl.git",
16+
julia = "0.6",
17+
target = "build",
18+
deps = nothing,
19+
make = nothing
1620
)

0 commit comments

Comments
 (0)