From ca646f6855383f4af6e54b957c29894ecef157ad Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Mon, 21 Jun 2021 12:42:59 +0200 Subject: [PATCH] resolve then initiate --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a81373ed..f8514b8f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -115,7 +115,7 @@ pages: image: $CI_REGISTRY/r3/docker/julia-custom script: # resolve and build packages from the docs/Project.toml file - - julia --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.resolve(); Pkg.instantiate(); Pkg.precompile(); Pkg.build();' + - julia --project=docs -e 'julia --project=docs -e 'using Pkg; Pkg.resolve(); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();' - julia --project=docs --color=yes docs/make.jl - mv docs/build public # move to the directory picked up by Gitlab pages artifacts: -- GitLab