Skip to content

Commit 2b4a70b

Browse files
authored
only build pages in pages.jl
1 parent 5d074ad commit 2b4a70b

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

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

0 commit comments

Comments
 (0)