diff --git a/docs/make.jl b/docs/make.jl index ba4444e..52fa099 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -29,4 +29,10 @@ makedocs(; ], ) -deploydocs(; repo="github.com/HoBeZwe/NURBS.jl", target="build", push_preview=true, forcepush=true) +deploydocs(; + repo="github.com/HoBeZwe/NURBS.jl", + target="build", + push_preview=true, + forcepush=true, + versions=["stable" => "v^", "v#.#", "v0.5.1", "v0.5.0", "v0.4.1", "v0.4.0", "v0.3.0", "dev" => "dev"], +)