Skip to content

Commit

Permalink
add Pkg.precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Oct 13, 2024
1 parent 12d1a41 commit f7ed0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Pkg.develop([
(; path="./StatsPlots"),
])
Pkg.add(PackageSpec(; name="Plots", rev))
Pkg.instantiate()
Pkg.precompile()
'
$julia docs/make.jl

0 comments on commit f7ed0f7

Please sign in to comment.