Skip to content

Commit ea18019

Browse files
committed
only build docs in pages.jl
1 parent db07253 commit ea18019

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
@@ -40,7 +40,7 @@ makedocs(sitename = "Catalyst.jl",
4040
doctest = false,
4141
clean = true,
4242
pages = pages,
43-
pagesonly = false,
43+
pagesonly = true,
4444
warnonly = [:missing_docs])
4545

4646
deploydocs(repo = "github.com/SciML/Catalyst.jl.git";

0 commit comments

Comments
 (0)