Skip to content

Commit 47fb2e7

Browse files
committed
Add versions to deploydocs.
1 parent 6e55277 commit 47fb2e7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/make.jl

+9-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,12 @@ makedocs(
4040
],
4141
)
4242

43-
deploydocs(repo="github.com/probsys/AutoGP.jl.git")
43+
deploydocs(
44+
repo="github.com/probsys/AutoGP.jl.git",
45+
versions = [
46+
"dev" => "dev",
47+
"stable" => "v^",
48+
"v#.#",
49+
"v#.#.#",
50+
],
51+
)

0 commit comments

Comments
 (0)