Skip to content

Commit

Permalink
Fix doc location
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeziere committed Jul 29, 2024
1 parent b59eb70 commit 6c2c14c
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 @@ include("DummyDocs.jl")
using .DummyDocs

makedocs(
sitename="BcdiCore.jl",
sitename="BcdiStrain.jl",
format = Documenter.HTML(
prettyurls = get(ENV, "CI", nothing) == "true"
),
Expand All @@ -14,5 +14,5 @@ makedocs(
)

deploydocs(
repo = "github.com/byu-cig/BcdiTrad.jl.git",
repo = "github.com/byu-cig/BcdiStrain.jl.git",
)

0 comments on commit 6c2c14c

Please sign in to comment.