We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4061eff commit 6d096c6Copy full SHA for 6d096c6
.ci/src/docs.jl
@@ -84,6 +84,9 @@ function doc_build_script(pages, repo)
84
sidebar_sitename=false,
85
),
86
pages=$pages,
87
+ checkdocs=false,
88
+ linkcheck=false,
89
+ warnonly=true,
90
)
91
deploydocs(;
92
repo="github.com/$repo",
.ci/src/main.jl
@@ -1,6 +1,7 @@
1
using Pkg
2
using TOML
3
using Comonicon
4
+using Comonicon: @main
5
using CoverageTools
6
7
root_dir(xs...) = joinpath(dirname(dirname(@__DIR__)), xs...)
0 commit comments