diff --git a/docs/make.jl b/docs/make.jl index cd601be..3dd5cd0 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -12,4 +12,6 @@ makedocs( ] ) -deploydocs("github.com/michaelbennett99/BellmanSolver.jl") +deploydocs( + repo = "github.com/michaelbennett99/BellmanSolver.jl" +)