Skip to content

Commit

Permalink
fix docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed Jan 12, 2024
1 parent 8d39246 commit 7447174
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ makedocs(

if get(ENV, "CI", nothing) == "true"
deploydocs(
repo = "github.com/reactivebayes/Rocket.jl.git"
repo = "github.com/ReactiveBayes/Rocket.jl.git",
devbranch = "main",
forcepush = true
)
end

0 comments on commit 7447174

Please sign in to comment.