Skip to content

Commit

Permalink
Remove the explicit versioning from deploydocs()
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Jan 9, 2024
1 parent 5a04bf9 commit 2249028
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,4 @@ makedocs(;
modules = [LibSSH],
warnonly = :missing_docs
)
deploydocs(; repo="github.com/JamesWrigley/LibSSH.jl.git",
versions=["v#.#"])
deploydocs(; repo="github.com/JamesWrigley/LibSSH.jl.git")

0 comments on commit 2249028

Please sign in to comment.