We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785907b commit f555d6aCopy full SHA for f555d6a
1 file changed
bin/create_sys_image
@@ -154,4 +154,4 @@ julia --startup-file=no --project -e "using Pkg; Pkg.precompile(); Pkg.resolve(
154
julia --project -J bin/kps-image-${julia_major}-${branch}.so -e "using KiteUtils, KiteControllers"
155
julia --project=test -J bin/kps-image-${julia_major}-${branch}.so -e "using ControlPlots, NativeFileDialog"
156
julia --project -J bin/kps-image-${julia_major}-${branch}.so -e "using Pkg; Pkg.instantiate()"
157
-julia --project=docs -J bin/kps-image-${julia_major}-${branch}.so -e "using LiveServer, Documenter; Pkg.instantiate()"
+julia --project=docs -J bin/kps-image-${julia_major}-${branch}.so -e "using LiveServer, Documenter, Pkg; Pkg.instantiate()"
0 commit comments