BazerUtils.jl

Assorted Julia utilities including custom logging
Log | Files | Refs | README | LICENSE

commit b22675888ad7af975c9597aa5a1da4df67626d3e
parent 6583820078112e7fd57fd1001f80533225cf793d
Author: Erik Loualiche <eloualic@umn.edu>
Date:   Thu,  5 Jun 2025 15:38:38 -0500

fix case sensitivity

Diffstat:
Mdocs/make.jl | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/make.jl b/docs/make.jl @@ -19,16 +19,16 @@ DocMeta.setdocmeta!(BazerUtils, :DocTestSetup, :(using BazerUtils); makedocs( # format = Documenter.HTML(), format = MarkdownVitepress( - repo = "https://github.com/louloulibs/BazerUtils.jl", + repo = "https://github.com/LouLouLibs/BazerUtils.jl", devurl = "dev", devbranch = "build", - deploy_url = "louloulibs.github.io/BazerUtils.jl", + deploy_url = "LouLouLibs.github.io/BazerUtils.jl", description = "BazerUtils.jl", ), sitename = "BazerUtils.jl", modules = [BazerUtils], authors = "Erik Loualiche", - repo = Remotes.GitHub("louloulibs", "BazerUtils.jl"), + repo = Remotes.GitHub("LouLouLibs", "BazerUtils.jl"), pages=[ "Home" => "index.md", "Manual" => [ @@ -44,12 +44,12 @@ makedocs( deploydocs( - repo="github.com/louloulibs/BazerUtils.jl", + repo="github.com/LouLouLibs/BazerUtils.jl", target = "build", ) deploydocs(; - repo="github.com/louloulibs/BazerUtils.jl", + repo="github.com/LouLouLibs/BazerUtils.jl", target = "build", branch = "gh-pages", devbranch = "main", # or "master"