Skip to content

Commit 952c0e7

Browse files
committed
fix checkdocs option
1 parent 6d096c6 commit 952c0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/src/docs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function doc_build_script(pages, repo)
8484
sidebar_sitename=false,
8585
),
8686
pages=$pages,
87-
checkdocs=false,
87+
checkdocs=:none,
8888
linkcheck=false,
8989
warnonly=true,
9090
)

0 commit comments

Comments
 (0)