Skip to content

Commit

Permalink
fix deploydocs func
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbennett99 committed Apr 13, 2024
1 parent 5ac0026 commit 6ca4f99
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 @@ -12,4 +12,6 @@ makedocs(
]
)

deploydocs("github.com/michaelbennett99/BellmanSolver.jl")
deploydocs(
repo = "github.com/michaelbennett99/BellmanSolver.jl"
)

0 comments on commit 6ca4f99

Please sign in to comment.