Skip to content

Commit

Permalink
Fix docs deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Apr 12, 2023
1 parent a54ae13 commit 66868d3
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 @@ -22,5 +22,5 @@ makedocs(;
if "--skip-deploy" ARGS
@warn "Skipping deployment"
else
deploydocs(raw"github.com/psrenergy/QUBO.jl.git", push_preview=true)
deploydocs(repo = raw"github.com/psrenergy/QUBO.jl.git", push_preview=true)
end

0 comments on commit 66868d3

Please sign in to comment.