Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots authored Sep 10, 2024
1 parent ff506da commit 9c18dad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ using Documenter
using CTBase
using DocumenterMermaid

repo_url = "github.com/control-toolbox/CTBase.jl"

makedocs(;
warnonly = [:cross_references, :autodocs_block],
sitename = "CTBase.jl",
format = Documenter.HTML(
repolink = "https://"*repo_url,
prettyurls = false,
size_threshold_ignore = ["api.md", "dev.md"],
assets = [
Expand All @@ -17,4 +20,6 @@ makedocs(;
checkdocs = :none,
)

deploydocs(repo = "github.com/control-toolbox/CTBase.jl.git", devbranch = "main")
deploydocs(;
repo=repo_url*".git", devbranch="main"
)

0 comments on commit 9c18dad

Please sign in to comment.