Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots committed Sep 10, 2024
1 parent 8b588cf commit e1dd4bb
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
@@ -1,10 +1,13 @@
using Documenter

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

makedocs(;
remotes=nothing,
warnonly=:cross_references,
sitename="CTApp",
format=Documenter.HTML(;
repolink = "https://"*repo_url,
prettyurls=false,
size_threshold_ignore=["index.md"],
assets=[
Expand All @@ -15,4 +18,6 @@ makedocs(;
pages=["Introduction" => "index.md"],
)

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

0 comments on commit e1dd4bb

Please sign in to comment.