Skip to content

Commit

Permalink
update deploydocs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
HoBeZwe committed Oct 29, 2023
1 parent b3845ba commit 2dfb1d2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)

0 comments on commit 2dfb1d2

Please sign in to comment.