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(;
|
makedocs(;
|
||||||
modules=[Cowsay],
|
modules=[Cowsay],
|
||||||
authors="Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> and contributors",
|
authors="Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> and contributors",
|
||||||
repo="https://github.com/MillironX/cowsay.jl/blob/{commit}{path}#{line}",
|
repo="https://code.millironx.com/millironx/Cowsay.jl/blob/{commit}{path}#{line}",
|
||||||
sitename="cowsay.jl",
|
sitename="Cowsay.jl",
|
||||||
format=Documenter.HTML(;
|
format=Documenter.HTML(;
|
||||||
prettyurls=get(ENV, "CI", "false") == "true",
|
prettyurls=get(ENV, "CI", "false") == "true",
|
||||||
canonical="https://millironx.com/Cowsay.jl",
|
canonical="https://cowsay-jl.millironx.com/",
|
||||||
assets=String[],
|
assets=String[],
|
||||||
),
|
),
|
||||||
pages=[
|
pages=[
|
||||||
|
@ -21,6 +21,6 @@ makedocs(;
|
||||||
)
|
)
|
||||||
|
|
||||||
deploydocs(;
|
deploydocs(;
|
||||||
repo="github.com/MillironX/Cowsay.jl",
|
repo="code.millironx.com/millironx/Cowsay.jl",
|
||||||
devbranch="master",
|
devbranch="master",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue