Skip to content

Commit

Permalink
Fix deployment url
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Oct 23, 2023
1 parent bfa3d9a commit 85d35db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if "--skip-deploy" ∈ ARGS
@warn "Skipping deployment"
else
deploydocs(
repo = raw"github.com/pedromxavier/PseudoBooleanOptimization.jl.git",
repo = raw"github.com/psrenergy/PseudoBooleanOptimization.jl.git",
push_preview = true,
)
end

0 comments on commit 85d35db

Please sign in to comment.