Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Oct 11, 2022
1 parent b602396 commit 66bed7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Documenter
dir = @__DIR__() * "/.."
cp(joinpath(dir, "README.md"), joinpath(dir, "docs", "src", "index.md"), force = true)

makedocs(sitename = "COLPRAC",
makedocs(sitename = "ColPrac",
authors = "Chris Rackauckas",
modules = Module[],
clean = true, doctest = false,
Expand All @@ -23,4 +23,4 @@ makedocs(sitename = "COLPRAC",
])

deploydocs(;
repo = "github.com/SciML/COLPRAC")
repo = "github.com/SciML/ColPrac")

0 comments on commit 66bed7d

Please sign in to comment.