Update 'docs/make.jl'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
c319798d25
commit
727027c43f
1 changed files with 4 additions and 4 deletions
|
@ -6,11 +6,11 @@ DocMeta.setdocmeta!(Cowsay, :DocTestSetup, :(using Cowsay); recursive=true)
|
|||
makedocs(;
|
||||
modules=[Cowsay],
|
||||
authors="Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> and contributors",
|
||||
repo="https://github.com/MillironX/cowsay.jl/blob/{commit}{path}#{line}",
|
||||
sitename="cowsay.jl",
|
||||
repo="https://code.millironx.com/millironx/Cowsay.jl/blob/{commit}{path}#{line}",
|
||||
sitename="Cowsay.jl",
|
||||
format=Documenter.HTML(;
|
||||
prettyurls=get(ENV, "CI", "false") == "true",
|
||||
canonical="https://millironx.com/Cowsay.jl",
|
||||
canonical="https://cowsay-jl.millironx.com/",
|
||||
assets=String[],
|
||||
),
|
||||
pages=[
|
||||
|
@ -21,6 +21,6 @@ makedocs(;
|
|||
)
|
||||
|
||||
deploydocs(;
|
||||
repo="github.com/MillironX/Cowsay.jl",
|
||||
repo="code.millironx.com/millironx/Cowsay.jl",
|
||||
devbranch="master",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue