Skip to content

Commit 1baaa84

Browse files
Update make.jl
1 parent b53bfce commit 1baaa84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/make.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ makedocs(sitename = "LinearSolve.jl",
1313
modules = [LinearSolve, LinearSolve.SciMLBase],
1414
clean = true, doctest = false, linkcheck = true,
1515
warnonly = [:docs_block, :missing_docs],
16+
linkcheck_ignore = [
17+
"https://cli.github.com/manual/installation"
18+
],
1619
format = Documenter.HTML(assets = ["assets/favicon.ico"],
1720
canonical = "https://docs.sciml.ai/LinearSolve/stable/"),
1821
pages = pages)
1922

23+
2024
deploydocs(;
2125
repo = "github.com/SciML/LinearSolve.jl",
2226
push_preview = true)

0 commit comments

Comments
 (0)