From 6c2c14cc25096e1f245e036142ac56343dae3ffc Mon Sep 17 00:00:00 2001 From: jmeziere Date: Sun, 28 Jul 2024 23:33:01 -0600 Subject: [PATCH] Fix doc location --- docs/make.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 6fe2646..b7a4d2c 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -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" ), @@ -14,5 +14,5 @@ makedocs( ) deploydocs( - repo = "github.com/byu-cig/BcdiTrad.jl.git", + repo = "github.com/byu-cig/BcdiStrain.jl.git", )