Skip to content

Commit ba0ce50

Browse files
authored
Merge pull request #295 from control-toolbox/auto-juliaformatter-pr
[AUTO] JuliaFormatter.jl run
2 parents 1f0a651 + c99c4ed commit ba0ce50

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/make.jl

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makedocs(;
88
warnonly = [:cross_references, :autodocs_block],
99
sitename = "CTBase.jl",
1010
format = Documenter.HTML(
11-
repolink = "https://"*repo_url,
11+
repolink = "https://" * repo_url,
1212
prettyurls = false,
1313
size_threshold_ignore = ["api.md", "dev.md"],
1414
assets = [
@@ -20,6 +20,4 @@ makedocs(;
2020
checkdocs = :none,
2121
)
2222

23-
deploydocs(;
24-
repo=repo_url*".git", devbranch="main"
25-
)
23+
deploydocs(; repo = repo_url * ".git", devbranch = "main")

0 commit comments

Comments
 (0)