Skip to content

Commit

Permalink
Remove protocol from URL in deploydocs
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored Mar 11, 2024
1 parent d2a9f20 commit 2e4443a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ makedocs(
)

deploydocs(
repo = "https://github.com/SciML/ADTypes.jl.git"
repo = "github.com/SciML/ADTypes.jl.git"
)

0 comments on commit 2e4443a

Please sign in to comment.