We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f63bd commit 2357cf8Copy full SHA for 2357cf8
1 file changed
docs/make.jl
@@ -3,7 +3,6 @@ using ResumableFunctions
3
using SimJulia
4
5
makedocs(
6
- format = :html,
7
sitename = "SimJulia",
8
authors = "Ben Lauwens",
9
pages = [
@@ -18,10 +17,5 @@ makedocs(
18
17
)
19
20
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,
+ repo = "github.com/BenLauwens/SimJulia.jl.git"
27
0 commit comments