Skip to content

Commit 2b8574e

Browse files
Update make.jl
1 parent 29cd4b0 commit 2b8574e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/make.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
using Documenter, DelayDiffEq
2-
3-
cp("./docs/Manifest.toml", "./docs/src/assets/Manifest.toml", force = true)
4-
cp("./docs/Project.toml", "./docs/src/assets/Project.toml", force = true)
5-
62
include("pages.jl")
73

84
makedocs(
@@ -22,4 +18,4 @@ makedocs(
2218
deploydocs(
2319
repo = "github.com/SciML/DelayDiffEq.jl";
2420
push_preview = true
25-
)
21+
)

0 commit comments

Comments
 (0)