Skip to content

Commit 6d096c6

Browse files
committed
try to fix doc CI
1 parent 4061eff commit 6d096c6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.ci/src/docs.jl

+3
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ function doc_build_script(pages, repo)
8484
sidebar_sitename=false,
8585
),
8686
pages=$pages,
87+
checkdocs=false,
88+
linkcheck=false,
89+
warnonly=true,
8790
)
8891
deploydocs(;
8992
repo="github.com/$repo",

.ci/src/main.jl

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using Pkg
22
using TOML
33
using Comonicon
4+
using Comonicon: @main
45
using CoverageTools
56

67
root_dir(xs...) = joinpath(dirname(dirname(@__DIR__)), xs...)

0 commit comments

Comments
 (0)