Skip to content

Commit 49ad5af

Browse files
committed
Updated to Documenters new deploydocs keywords.
1 parent ca50035 commit 49ad5af

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
julia 0.7
1+
julia 1.0

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33

44
[compat]
5-
Documenter = "~0.20"
5+
Documenter = "~0.21"

docs/make.jl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,4 @@ makedocs(
1616

1717
deploydocs(
1818
repo = "github.com/jakobnissen/Probably.jl.git",
19-
julia = "1.0",
20-
osname = "linux",
21-
target = "build",
22-
deps = nothing,
23-
make = nothing
24-
)
19+
target = "build")

0 commit comments

Comments
 (0)