Skip to content

Commit ed19ba9

Browse files
Update make.jl
1 parent cb5371d commit ed19ba9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/make.jl

+4-4
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ makedocs(modules=[DiffEqBase,DiffEqProblemLibrary,DiffEqBiological],
110110
]
111111
])
112112

113-
deploydocs(
114-
repo = "github.com/JuliaDiffEq/DiffEqDocs.jl.git"
115-
)
116-
117113
#Redirect old links
118114
cd(@__DIR__) do
119115
for (root, dirs, files) in walkdir(".")
@@ -132,3 +128,7 @@ cd(@__DIR__) do
132128
end
133129
end
134130
end
131+
132+
deploydocs(
133+
repo = "github.com/JuliaDiffEq/DiffEqDocs.jl.git"
134+
)

0 commit comments

Comments
 (0)