Skip to content
Snippets Groups Projects
Verified Commit ca646f68 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

resolve then initiate

parent f13cfe0e
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment