Skip to content

Commit 73f365c

Browse files
committed
Call deploydocs in docs/make.jl
1 parent 97c5448 commit 73f365c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/make.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ makedocs(
1818
"API" => "api.md",
1919
],
2020
)
21+
22+
deploydocs(
23+
repo = "github.com/JuliaGeometry/CoordinateTransformations.jl.git"
24+
)

0 commit comments

Comments
 (0)