Skip to content

Commit 2357cf8

Browse files
authored
Update make.jl
1 parent 98f63bd commit 2357cf8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/make.jl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ using ResumableFunctions
33
using SimJulia
44

55
makedocs(
6-
format = :html,
76
sitename = "SimJulia",
87
authors = "Ben Lauwens",
98
pages = [
@@ -18,10 +17,5 @@ makedocs(
1817
)
1918

2019
deploydocs(
21-
repo = "github.com/BenLauwens/SimJulia.jl.git",
22-
julia = "1.0",
23-
osname = "linux",
24-
target = "build",
25-
deps = nothing,
26-
make = nothing,
20+
repo = "github.com/BenLauwens/SimJulia.jl.git"
2721
)

0 commit comments

Comments
 (0)