Skip to content
Snippets Groups Projects
Commit c93dd8ee authored by Bentriou Mahmoud's avatar Bentriou Mahmoud
Browse files

Update .gitlab-ci.yml

parent 7894316a
No related branches found
No related tags found
No related merge requests found
Pipeline #11515 failed
default:
image: julia:1.5.3
build-doc:
stage: build
image: julia:1.6
script:
- "julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'"
- "julia --project=docs/ docs/make.jl"
......
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