Skip to content

Commit e8baeca

Browse files
committed
fix pagesonly
1 parent 41de2d2 commit e8baeca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ doc = Documenter.makedocs(;
9292
warnonly = true,
9393
draft = false,
9494
plugins = [OhMyCards.ExampleConfig(; dot_slash = true),],
95-
pagesonly = true,
95+
pagesonly = !(get(ENV, "CI", "false") == "true"),
9696
debug = true,
9797
);
9898

0 commit comments

Comments
 (0)