Skip to content

Commit

Permalink
update Pkg name to OrdinalGWAS
Browse files Browse the repository at this point in the history
  • Loading branch information
Hua-Zhou committed Feb 16, 2019
1 parent c06f896 commit 3c8723d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
using Documenter, PolrGWAS
using Documenter, OrdinalGWAS

ENV["DOCUMENTER_DEBUG"] = "true"

makedocs(
format = :html,
sitename = "PolrGWAS",
modules = [PolrGWAS]
sitename = "OrdinalGWAS",
modules = [OrdinalGWAS]
)

deploydocs(
repo = "github.com/OpenMendel/PolrGWAS.jl.git",
repo = "github.com/OpenMendel/OrdinalGWAS.jl.git",
target = "build"
)

0 comments on commit 3c8723d

Please sign in to comment.