Skip to content

Commit 59ded48

Browse files
authored
Remove protocol from URL in deploydocs (#30)
1 parent d2a9f20 commit 59ded48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ makedocs(
88
)
99

1010
deploydocs(
11-
repo = "https://github.com/SciML/ADTypes.jl.git"
11+
repo = "github.com/SciML/ADTypes.jl.git"
1212
)

0 commit comments

Comments
 (0)