Skip to content

Commit

Permalink
Improve make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Jun 25, 2024
1 parent 08a86e5 commit a560536
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ makedocs(;
LocalSearchSolvers, CBLS,
MetaStrategist,
],
authors="Jean-François BAFFIER",
authors="Julia Constraints et al.",
repo="https://github.com/JuliaConstraints/JuliaConstraints.github.io",
sitename="Julia Constraints",
format=DocumenterVitepress.MarkdownVitepress(
repo = "https://github.com/JuliaConstraints/JuliaConstraints.github.io",
devurl = "dev",
deploy_url = "https://juliaconstraints.github.io/",
description = "Resources about Constraint Programming in Julia",
build_vitepress = false
repo="https://github.com/JuliaConstraints/JuliaConstraints.github.io",
devurl="dev",
deploy_url="https://juliaconstraints.github.io/",
description="Resources about Constraint Programming in Julia",
build_vitepress=false
),
pages=[
"Home" => "index.md",
Expand Down Expand Up @@ -118,12 +118,13 @@ makedocs(;
"Full" => "full_api.md",
],
],
warnonly = true,
warnonly=true,
)

deploydocs(;
repo="https://github.com/JuliaConstraints/JuliaConstraints.github.io",
target = "build",
devbranch = "main",
target="build",
branch="gh-pages",
devbranch="main",
push_preview=true,
)

0 comments on commit a560536

Please sign in to comment.